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