diff --git a/VERSION b/VERSION index 0e2a180..bb7d3c5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.5.0 diff --git a/docs/api/community.md b/docs/api/community.md index cf0c539..f1a607d 100644 --- a/docs/api/community.md +++ b/docs/api/community.md @@ -188,3 +188,18 @@ Creates an invite to a community with id = {id} "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" +} +```