24 lines
589 B
Markdown
24 lines
589 B
Markdown
# updateApplication
|
|
|
|
Updates the application.
|
|
|
|
```
|
|
PATCH /applications/{id}
|
|
(applicationChangeSet)
|
|
--- 200 OK
|
|
(application)
|
|
```
|
|
|
|
| request | type | description |
|
|
| --- | --- | --- |
|
|
| id | string | The application ID. |
|
|
| applicationChangeSet | [ApplicationChangeSet](ApplicationChangeSet.md) | The application update set. |
|
|
|
|
| response | type | description |
|
|
| --- | --- | --- |
|
|
| application | [Application](Application.md) | The updated Application. |
|
|
|
|
Updates an application for the current user, given the ID of the application to update.
|
|
|
|
<!-- DO NOT EDIT: generated by fsdgenmd -->
|