From 6268a4134c8e68b2a2eb5e5f5b84966991c784d72232ca9bce57b2066269d3fc Mon Sep 17 00:00:00 2001 From: aslan Date: Sat, 27 Dec 2025 01:38:06 +0100 Subject: [PATCH] Creation of invites --- docs/api/community.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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" }