diff --git a/docs/api/community.md b/docs/api/community.md index 9836f83..cf0c539 100644 --- a/docs/api/community.md +++ b/docs/api/community.md @@ -145,6 +145,26 @@ Returns roles for a community with id = {id} } ``` +## GET /api/v1/community/{id}/invites + +_Requires an authorization header_ + +Returns invites for a community with id = {id} + +### Response: + +```json +{ + "id": "string", + "name": "string", + "invites": [ + { + "id": "string" + } + ] +} +``` + ## POST /api/v1/community/{id}/invite _Requires an authorization header_