mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-02 22:57:43 -05:00
API V3 Health wikiUrl returns string instead of HttpUri object #5484
Labels
No labels
1%
blocked-by: skyhook
bug
connection
discussion
docs
download-client
enhancement
external-bug
indexer
missing-description
mono-bug
naming
needs-to-be-tested
needs-triage
one-day-maybe
parsing
platform: linux
platform: macos
platform: windows
priority:high
priority:low
priority:medium
priority:medium
proposal
skyhook/services
suboptimal
support
task
ui-only
up-for-grabs
v3
v4
waiting-for-contributor
waiting-for-info
wip
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Sonarr#5484
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @edoren on GitHub (Mar 31, 2025).
Is there an existing issue for this?
Current Behavior
When calling the api/v3/health the values of the wikiUrl is supposed to be a object of type HttpUri, but instead it returns a string:
Expected Behavior
Or better change the wikiUrl to be:
I can do this change as it seems to be an easier one but I want to discuss it first.
Steps To Reproduce
api/v3/healthEnvironment
What branch are you running?
Main
Trace Logs?
Anything else?
No response
@markus101 commented on GitHub (Mar 31, 2025):
The API docs are incorrect in this case,
wikiUrlshould be a string.