You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the API documentation, importing a user from jellyfin using the /user/import-from-jellyfin endpoint notes that it requires the parameter named jellyfinIds when in reality that parameter's name should be jellyfinUserIds.
I only found the one instance of it used in the overseerr-api.yaml file:
Description
In the API documentation, importing a user from jellyfin using the
/user/import-from-jellyfin
endpoint notes that it requires the parameter namedjellyfinIds
when in reality that parameter's name should bejellyfinUserIds
.I only found the one instance of it used in the
overseerr-api.yaml
file:jellyseerr/overseerr-api.yml
Line 3876 in 66a5ab4
Version
2.1.0
Steps to Reproduce
jellyfinIds
:It returns the error:
{"message":"body.jellyfinUserIds is not iterable"}
2. Try to run it using
jellyfinUserIds
:It returns the imported user.
Screenshots
Logs
No response
Platform
desktop
Database
None
Device
PC
Operating System
Solus
Browser
Firefox
Additional Context
It's just the API documentation that is incorrect.
Code of Conduct
The text was updated successfully, but these errors were encountered: