Creation of invites
This commit is contained in:
parent
5409cd279c
commit
6268a4134c
1 changed files with 5 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue