Creation of invites

This commit is contained in:
Aslan 2025-12-27 01:41:15 +01:00
parent 6268a4134c
commit 25b5f4a165

View file

@ -123,7 +123,6 @@ Creates an invite to a community with id = {id}
```json ```json
{ {
"id": "string", "id": "string",
"communityId": "string", "inviteId": "string"
"communityName": "string"
} }
``` ```