latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
Value
Create a Shared Value for an Environment
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.
post/orgs/{orgId}/apps/{appId}/envs/{envId}/values
Path parameters
orgIdstring required
The Organization ID.
appIdstring required
The Application ID.
envIdstring required
The Environment ID.
Request body
Response
Shared Value successfully created.
Example response
{
"description": "The message to show me.",
"is_secret": false,
"key": "MY_MSG",
"value": "Hello World"
}