Create Config Store Option
Inserts new Config Store Option.
Path parameters
-
config_option_id
string Required Name of the Config Store Option that you would like to create
POST
/platform/configuration/store/{config_option_id}
curl \
--request POST 'https://{{hostname}}/api/v1/platform/configuration/store/{config_option_id}' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{"value":"string"}'