Add Mod Rating
POST/games/:game-id/mods/:mod-id/ratings
Submit a positive or negative rating for a mod. Each user can supply only one rating for a mod, subsequent ratings will override the old value. Successful request will return Message Object.
NOTE: You can order mods by their rating, and view their rating in the Mod Object.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
400 | 15028 | The authenticated user has already submitted a rating for this mod. |
400 | 15043 | The authenticated user is trying to revert a rating that doesn't exist. |
Responses
- 201
- 400
Created
The authenticated user has already submitted a rating for this mod.