Reorder Mod Media
PUT/games/:game-id/mods/:mod-id/media/reorder
Reorder images, sketchfab or youtube links from a mod profile. Successful request will return 204 No Content
.
NOTE: You can only reorder existing media, any differences in the media arrays will result in a 400 Bad Request
response.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
400 | 15064 | The request body contains media that does not exist on the mod, you can only reorder existing media. |
403 | 15036 | The authenticated user does not have permission to delete media from this mod, this action is restricted to team managers & administrators only. |
Responses
- 204
- 400
- 403
Successful Request. No Body Returned.
The request body contains media that does not exist on the mod, you can only reorder existing media.
The authenticated user does not have permission to delete media from this mod, this action is restricted to team managers & administrators only.