Update Shared Value for an Application
PUT {{baseUrl}}/orgs/:orgId/apps/:appId/values/:key
Update the value or description of the Shared Value. Shared Values marked as secret can also 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
""