cURL
curl --request PUT \ --url https://{FUSION HOST}/api/index-stage-plugins \ --header 'Authorization: Basic <encoded-value>'
Install a new index stage plugin, or update the plugin if it already exists.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
OK
Was this page helpful?