[API] Outdated docs? #4146
Unanswered
MessiasLima
asked this question in
Q&A
Replies: 1 comment
-
|
Yeah this confused me too at first 😅 The So:
That’s why:
The docs mentioning v2/v3 are about the application releases, not the API path version — which is definitely a bit misleading. So yeah, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://docs.umami.is/docs/api
The documentation says we should hit
https://api.umami.isfor using the Umami API. So initially i though we should usehttps://api.umami.is/mefor example.Turns out that it does not work and we always need to add
/v1after the host. So the "correct" ishttps://api.umami.is/v1/me.However we are on version 3.0.3, and the documentation treats v2 as an old version.
Where this
v1came from?Shouldnt it be
v3instead?Should it even be there?
Beta Was this translation helpful? Give feedback.
All reactions