modrinth / docs

[Archived] Former repo of the Modrinth documentation
https://docs.modrinth.com
Creative Commons Zero v1.0 Universal
32 stars 46 forks source link

Add unkown to possible values for client_side and server_side field #156

Closed JulianVennen closed 1 month ago

JulianVennen commented 2 months ago

Many Modrinth projects currently report their client/server compatibility to be "unknown". While this appears to be a bug, it has existed for a long time and doesn't seem like it will be fixed any time soon.

In the meantime, this causes issues for projects using the OpenAPI spec because many generators throw errors if unexpected enum values are encountered.

I propose adding these values to the API specification to prevent these issues until the underlying issues are solved.

https://api.modrinth.com/v2/tag/side_type also returns "unknown" as a valid value.