Add more services
This commit is contained in:
parent
91e22ed95d
commit
36c952fe81
7 changed files with 172 additions and 16 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue