Add Mod Tags
POST/games/:game-id/mods/:mod-id/tags
Add tags to a mod's profile. You can only add tags allowed by the parent game, which are listed in the tag_option
column in the Game's Object. Successful request will return Message Object.
tip
Rules engine applies here
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 15037 | The authenticated user does not have permission to submit tags for the specified mod. Ensure the user is part of the mod team before attempting the request again. |
Responses
- 201
- 403
Created
Response Headers
Location
URL to newly created resource
The authenticated user does not have permission to submit tags for the specified mod. Ensure the user is part of the mod team before attempting the request again.