curl --request PUT \
--url https://{FUSION HOST}/api/configurations/{key} \
--header 'Content-Type: application/json' \
--data '"<string>"'
Modify a configuration item’s value.
curl --request PUT \
--url https://{FUSION HOST}/api/configurations/{key} \
--header 'Content-Type: application/json' \
--data '"<string>"'
A configuration item key.
Store this item as encrypted.
The configuration item value.
The body is of type string
.
Was this page helpful?