Add more services

This commit is contained in:
Aslan 2025-12-29 02:03:47 +01:00
parent 91e22ed95d
commit 36c952fe81
7 changed files with 172 additions and 16 deletions

View file

@ -10,7 +10,7 @@ Returns a community with id = {id}
"name": "string",
"description": "string",
"ownerId": "string",
"creationDate": 0
"creationDate": "number"
}
```
@ -65,6 +65,20 @@ Updates a community with id = {id}
}
```
## DELETE /api/v1/community/{id}
_Requires an authorization header_
Removes a community with id = {id}
### Response:
```json
{
"id": "string"
}
```
## GET /api/v1/community/{id}/members
_Requires an authorization header_