latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
Value
Update Shared Value for an Application
Update the value or description of the Shared Value. Shared Values marked as secret can also be updated.
patch/orgs/{orgId}/apps/{appId}/values/{key}
Path parameters
orgIdstring required
The Organization ID.
appIdstring required
The Application ID.
keystring required
The key to update.
Request body
Response
Shared Value successfully updated.
Example response
{
"description": "The message to show me.",
"is_secret": false,
"key": "MY_MSG",
"value": "Hello World"
}