diff --git a/docs/api/community.md b/docs/api/community.md index 207c1f7..4d7b2cb 100644 --- a/docs/api/community.md +++ b/docs/api/community.md @@ -109,7 +109,10 @@ _Requires an authorization header_ ```json { - "userId": "string" + "creatorId": "string", + "totalInvites": "number?", + "remainingInvites": "number?", + "expirationDate": "number?" } ``` @@ -119,8 +122,7 @@ Creates an invite to a community with id = {id} ```json { - "userId": "string", - "userName": "string", + "id": "string", "communityId": "string", "communityName": "string" }