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