589 B
589 B
updateApplication
Updates the application.
PATCH /applications/{id}
(applicationChangeSet)
--- 200 OK
(application)
| request | type | description |
|---|---|---|
| id | string | The application ID. |
| applicationChangeSet | ApplicationChangeSet | The application update set. |
| response | type | description |
|---|---|---|
| application | Application | The updated Application. |
Updates an application for the current user, given the ID of the application to update.