Skip to content
nitsuga5124 edited this page Mar 1, 2021 · 5 revisions

POST - /create

Creates a team.

  • Needs a valid login session.

Output

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.

Returned Status

  • 200 Successfully created the team.
  • 403 Default error.

Form Parameters

  • name:
    • String.
    • The name of the team to create.