Update Config Store Option
Update existing Config Store Option.
Path parameters
-
config_option_id
string Required Name of the Config Store Option that you would like to modify
Query parameters
-
version
string If specified then checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request)
PUT
/platform/configuration/store/{config_option_id}
curl \
--request PUT 'https://{{hostname}}/api/v1/platform/configuration/store/{config_option_id}' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{"value":"string"}'