Add OapApi.v1 module
This commit is contained in:
25
docs/api/OverseasAutoProtectionApi/getApplication.md
Normal file
25
docs/api/OverseasAutoProtectionApi/getApplication.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# getApplication
|
||||
|
||||
Gets the specified application for the current user.
|
||||
|
||||
```
|
||||
GET /applications/{id}
|
||||
--- response
|
||||
eTag: (eTag)
|
||||
--- 200 OK
|
||||
(application)
|
||||
--- 304 Not Modified
|
||||
(if notModified)
|
||||
```
|
||||
|
||||
| request | type | description |
|
||||
| --- | --- | --- |
|
||||
| id | string | The widget ID. |
|
||||
|
||||
| response | type | description |
|
||||
| --- | --- | --- |
|
||||
| application | [Application](Application.md) | The requested widget. |
|
||||
| eTag | string | |
|
||||
| notModified | boolean | |
|
||||
|
||||
<!-- DO NOT EDIT: generated by fsdgenmd -->
|
||||
Reference in New Issue
Block a user