Manage Platform Status
POST/games/:game-id/mods/:mod-id/files/:file-id/platforms
Manage the platform status of a particular modfile. This endpoint does not set any file live, instead it allows you to approve and deny new uploads. To set a file as the live file for the approved platforms after you have reviewed them, you must call the Edit Modfile with the active flag enabled.
NOTE: This is ony applicable if the parent game has cross-platform moderation enabled. A successful request will return the updated Modfile object.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 14037 | The parent game doesn't cross-platform modfile submissions. |
403 | 15007 | The authenticated user does not have permission to edit the platforms for the specified modfile, ensure the user is a member of parent game team. |
Responses
- 200
- 403
Successful Request.
The authenticated user does not have permission to edit the platforms for the specified modfile, ensure the user is a member of parent game team.