Add Mod Media
POST/games/:game-id/mods/:mod-id/media
This endpoint is very flexible and will add any images posted to the mods gallery regardless of their body name providing they are a valid image. The request Content-Type
header must be multipart/form-data
to submit image files. Successful request will return a Message Object.
NOTE: You can also add media to your mod's profile on the mod.io website. This is the easiest way.
tip
Rules engine applies here
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 15035 | The authenticated user does not have permission to add media for this mod, this action is restricted to team managers & administrators only. |
Responses
- 201
- 403
Resource Created
Response Headers
Location
URL to newly created resource
The authenticated user does not have permission to add media for this mod, this action is restricted to team managers & administrators only.