Skip to main content

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 CodeError RefDescription
40314037

The parent game doesn't cross-platform modfile submissions.

40315007

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.

See here for more details about errors.

Responses

Successful Request.