Add OapApi.v1 module

This commit is contained in:
2024-03-28 22:10:26 -05:00
parent 67f488c5bd
commit 440ccba5d2
79 changed files with 3004 additions and 142 deletions

View 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 -->