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
|
```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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue