-
Notifications
You must be signed in to change notification settings - Fork 2
1.5.1 Create
nitsuga5124 edited this page Mar 1, 2021
·
5 revisions
POST
- /create
Creates a team.
- Needs a valid login session.
Content-Type: application/text
The name of the team and it's ID will be returned when successful. Save the ID if you want to transfer mods to that team.
-
200
Successfully created the team. -
403
Default error.
-
name
:- String.
- The name of the team to create.