Create a Shared Value for an Application

POST {{baseUrl}}/orgs/:orgId/apps/:appId/values

The Shared Value created will be available to all Environments in that Application.

If a Value is marked as a secret, it will be securely stored. It will not be possible to retrieve the value again through the API. The value of the secret can however be updated.

Request Body

{"description"=>"The message to show me.", "is_secret"=>false, "key"=>"MY_MSG", "value"=>"Hello World"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

""