-
Notifications
You must be signed in to change notification settings - Fork 2
1.5.2 Invite
nitsuga5124 edited this page Feb 27, 2021
·
3 revisions
GET
- `/invite
Returns the invite link for the team
- Needs a valid login session.
- Will create one if the previous one became invalid or never existed.
Content-Type: application/text
-
200
Successfully sent the invite link. -
403
Default error.
-
team_id
:- Unsigned Integer.
- The ID of the team.
- This value can be obtained via
/create_team