public
Application
Update metadata of an existing Application
Update metadata of an existing Application in the specified Organization.
patch/orgs/{orgId}/apps/{appId}
Path parameters
orgIdstring required
The Organization ID
appIdstring required
The Application ID
Request body
Example request
{
"description": "Example Environment Type description"
}Response
Application updated.
Example response
{
"created_at": "2020-05-22T14:53:27Z",
"created_by": "a.user@example.com",
"status": "active",
"status_changed_at": "2020-05-22T14:53:27Z",
"envs": [
{
"id": "my-env",
"name": "My Environment"
}
],
"id": "my-app",
"name": "My Application"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.