Status - modio/modio-sdk-legacy GitHub Wiki
Status constants
Name | Value | Description |
---|---|---|
MODIO_NOT_ACCEPTED |
0 | Resource is not accepted and only returned via the Mods#getusermods method for the authenticated user. |
MODIO_ACCEPTED |
1 | Resource is accepted and returned via all endpoints. |
MODIO_ARCHIVED |
2 | Resource is accepted (but flagged as out of date/incompatible) and returned via all endpoints. |
MODIO_DELETED |
3 | Resource is deleted and only returned via the Mods#getusermods for the authenticated user. |