Files
Twain/docs/api/OverseasAutoProtectionApi/createApplication.md
2024-03-28 22:10:26 -05:00

24 lines
544 B
Markdown

# createApplication
Creates a new application for the current user.
```
POST /applications/
(applicationCreateSet)
--- 200 OK
(application)
--- 201 Created
```
| request | type | description |
| --- | --- | --- |
| applicationCreateSet | [ApplicationCreateSet](ApplicationCreateSet.md) | The application to create. |
| response | type | description |
| --- | --- | --- |
| application | [Application](Application.md) | The created application. |
Creates a new application for the current user.
<!-- DO NOT EDIT: generated by fsdgenmd -->