-
Notifications
You must be signed in to change notification settings - Fork 2
1.5.3 Transfer Mod
nitsuga5124 edited this page Feb 27, 2021
·
5 revisions
GET
- /transfer_mod
Transfers a mod to a team
- Needs a valid login session.
Content-Type: application/text
-
200
Successfully transferred the mod. -
403
Default error.
-
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.