Edit Mod
POST/games/:game-id/mods/:mod-id
Edit details for a mod. If you want to update the logo
or media associated with this mod, you need to use the Add Mod Media endpoint. The same applies to Mod Files, Metadata Key Value Pairs and Dependencies which are all managed via other endpoints. Successful request will return the updated Mod Object.
tip
Rules engine applies here
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 15013 | The authenticated user does not have permission to update this mod. Ensure the user is part of the mod team before attempting the request again. |
403 | 15014 | The authenticated user does not have permission to update the maturity options for this mod, this action is restricted to team managers & administrators only. |
403 | 15015 | The authenticated user does not have permission to update the status for this mod, this action is restricted to team managers & administrators only. |
403 | 15016 | A mod cannot be set live without an associated modfile. |
422 | 900011 | Your marketplace amount is not within the minimum or maximum amount allowed. |
Responses
- 200
- 403
- 422
Update Successful
The authenticated user does not have permission to update this mod. Ensure the user is part of the mod team before attempting the request again.
Your marketplace amount is not within the minimum or maximum amount allowed.