Add OapApi.v1 module
This commit is contained in:
23
docs/api/OverseasAutoProtectionApi/createApplication.md
Normal file
23
docs/api/OverseasAutoProtectionApi/createApplication.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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 -->
|
||||
Reference in New Issue
Block a user