Add community member removal
This commit is contained in:
parent
847716af50
commit
ce79e8f425
2 changed files with 16 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.4.0
|
0.5.0
|
||||||
|
|
|
||||||
|
|
@ -188,3 +188,18 @@ Creates an invite to a community with id = {id}
|
||||||
"inviteId": "string"
|
"inviteId": "string"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## DELETE /api/v1/community/{id}/members/{memberId}
|
||||||
|
|
||||||
|
_Requires an authorization header_
|
||||||
|
|
||||||
|
Removes a user with id = {memberId} from a community with id = {id}
|
||||||
|
|
||||||
|
### Response:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"id": "string",
|
||||||
|
"userId": "string"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue