Skip to content
nitsuga5124 edited this page Feb 27, 2021 · 5 revisions

GET - /transfer_mod

Transfers a mod to a team

  • Needs a valid login session.

Output

Content-Type: application/text

Returned Status

  • 200 Successfully transferred the mod.
  • 403 Default error.

Query Parameters

  • team_id:

    • Unsigned Integer.
    • The ID of the team.
    • This value can be obtained via /create_team or /me.
    • You must be part of the team.
  • mod_name:

    • String.
    • The name of the mod to transfer.
    • You must own this mod.