Formatting; Creation dates

This commit is contained in:
Aslan 2025-12-25 00:24:40 +01:00
parent d1685fde77
commit a85fc8a49d
7 changed files with 94 additions and 41 deletions

View file

@ -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"
}
```