Formatting; Creation dates
This commit is contained in:
parent
d1685fde77
commit
a85fc8a49d
7 changed files with 94 additions and 41 deletions
|
|
@ -1,9 +1,11 @@
|
|||
## GET /api/v1/invite/{id}
|
||||
*Requires an authentication header*
|
||||
|
||||
_Requires an authentication header_
|
||||
|
||||
Returns an invite with id = {id}
|
||||
|
||||
### Response:
|
||||
|
||||
```json
|
||||
{
|
||||
"id": "string",
|
||||
|
|
@ -18,14 +20,16 @@ Returns an invite with id = {id}
|
|||
```
|
||||
|
||||
## DELETE /api/v1/invite/{id}
|
||||
*Requires an authentication header*
|
||||
|
||||
_Requires an authentication header_
|
||||
|
||||
Removes an invite with id = {id}
|
||||
|
||||
### Response:
|
||||
|
||||
```json
|
||||
{
|
||||
"id": "string",
|
||||
"communityId": "string",
|
||||
"communityId": "string"
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue