Creation of invites

This commit is contained in:
Aslan 2025-12-27 01:38:06 +01:00
parent 5409cd279c
commit 6268a4134c

View file

@ -109,7 +109,10 @@ _Requires an authorization header_
```json ```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 ```json
{ {
"userId": "string", "id": "string",
"userName": "string",
"communityId": "string", "communityId": "string",
"communityName": "string" "communityName": "string"
} }