Create a Shared Value for an Environment
POST {{baseUrl}}/orgs/:orgId/apps/:appId/envs/:envId/values
The Shared Value created will only be available to the specific Environment.
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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
""