Update an application
Scope: app:write
Authorization
bearerAuth Personal Access Token (PAT) or Service Access Token (SAT). Pass the token in the Authorization header: Bearer admp_...
In: header
Path Parameters
Unique identifier for the application (UUID).
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
UpdateApplicationRequest contains the application fields to update.
Response Body
application/json
curl -X PATCH "https://example.com/v1/applications/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'{ "application": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": "string", "labels": { "property1": "string", "property2": "string" }, "created_by": { "id": "string", "display_name": "string", "email": "string" }, "created_at": "2023-01-15T01:30:15.01Z", "updated_at": "2023-01-15T01:30:15.01Z" }}List applications GET
Scope: `app:read`
Copy a change set to another environment POST
The target application is the source's application; only the environment can be retargeted. After copying, the resulting change set can be modified (entries added, removed, or rewritten) before being deployed. Scope: `app:write`