[x] I checked the existing issues for duplicate feature requests
[x] I have checked that this feature request is not on our roadmap
What parts of Modrinth is your feature request related too?
API
Is your suggested feature related to a problem? Please describe.
As a project owner, it is not possible (I haven't found a way) to list all versions, including drafts and unlisted ones.
Describe the solution you'd like
An API endpoint or an additional query parameter to /project/<project_id>/version endpoint for the project owner to list all versions, not only "listed" versions.
Describe alternatives you've considered
A separate endpoint to list only draft/unlisted versions.
Not using non-public versions at all.
Additional context
This should probably require Authorization and access to "Read Versions" scope.
That way, "unlisted" versions will be truly unlisted for the public.
Please confirm the following.
What parts of Modrinth is your feature request related too?
API
Is your suggested feature related to a problem? Please describe.
As a project owner, it is not possible (I haven't found a way) to list all versions, including drafts and unlisted ones.
Describe the solution you'd like
An API endpoint or an additional query parameter to
/project/<project_id>/version
endpoint for the project owner to list all versions, not only "listed" versions.Describe alternatives you've considered
Additional context
This should probably require Authorization and access to "Read Versions" scope. That way, "unlisted" versions will be truly unlisted for the public.