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

Path Parameters

key
string
required

A configuration item key.

Query Parameters

secret
boolean

Store this item as encrypted.

Body

application/json · string

The configuration item value.

The body is of type string.