From 25b5f4a165519adfbab1641dec4ad29f3f3a6da8956f1a578f4592cb30117caa Mon Sep 17 00:00:00 2001 From: aslan Date: Sat, 27 Dec 2025 01:41:15 +0100 Subject: [PATCH] Creation of invites --- docs/api/community.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api/community.md b/docs/api/community.md index 4d7b2cb..729e7b7 100644 --- a/docs/api/community.md +++ b/docs/api/community.md @@ -123,7 +123,6 @@ Creates an invite to a community with id = {id} ```json { "id": "string", - "communityId": "string", - "communityName": "string" + "inviteId": "string" } ```