mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Swagger spec issues #709
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @josh-burton on GitHub (May 25, 2019).
The current swagger spec has some issues which means API specs aren't defined properly.
For example, the user views API doesn't define the
UserIdparameter or a response type.@sparky8251 commented on GitHub (Jun 25, 2019):
We are aware the docs suck. Unfortunately its what we inherited... Given the talks of a major API overhaul before the 11.0.z release, no one wants to really document the existing API.
We all agree the new API should be properly documented with parameters and response data samples. How we get there is uncertain.
Unfortunately, I am marking this "wontfix" and closing it. If someone wants to fix the swagger docs, all power to 'em, but we are just moving towards the new API which will be documented instead.