POST
/
configurations
/
{key}
Create a configuration item
curl --request POST \
  --url https://{FUSION HOST}/api/configurations/{key} \
  --header 'Content-Type: application/json' \
  --data '"<string>"'

Path Parameters

key
string
required

The new configuration item key.

Query Parameters

secret
boolean

Store this item as encrypted.

Body

The new configuration item value.

The body is of type string.