Add more services
This commit is contained in:
parent
91e22ed95d
commit
36c952fe81
7 changed files with 172 additions and 16 deletions
|
|
@ -8,13 +8,13 @@ Returns an invite with id = {id}
|
|||
{
|
||||
"id": "string",
|
||||
"communityId": "string",
|
||||
"valid": true,
|
||||
"unlimitedInvites": false,
|
||||
"hasExpiration": false,
|
||||
"totalInvites": 0,
|
||||
"remainingInvites": 0,
|
||||
"creationDate": 0,
|
||||
"expirationDate": 0
|
||||
"valid": "boolean",
|
||||
"unlimitedInvites": "boolean",
|
||||
"hasExpiration": "boolean",
|
||||
"totalInvites": "number",
|
||||
"remainingInvites": "number",
|
||||
"creationDate": "number",
|
||||
"expirationDate": "number"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue