Closed its-felix closed 1 year ago
When requesting /v2/characters/:id/skills with a version (v) parameter like so:
/v2/characters/:id/skills
https://api.guildwars2.com/v2/characters/Lisa%20Lilwani/skills?v=latest
The response is always 404:
Status: 404 Headers: content-length: 27 content-type: application/json; charset=utf-8 Body: { "reason": "not found" }
The endpoint should allow to request a specific version.
https://api.guildwars2.com/v2/characters/:id/skills?v=latest
Not sure - noticed 2023-08-28 (post SotO)
No response
This is expected. The endpoint was removed as of 2019-12-19T00:00:00.000Z and replaced with /v2/characters/:id/buildtabs (GW2 Wiki).
2019-12-19T00:00:00.000Z
/v2/characters/:id/buildtabs
Current Behavior
When requesting
/v2/characters/:id/skills
with a version (v) parameter like so:The response is always 404:
Expected Behavior
The endpoint should allow to request a specific version.
Steps To Reproduce
https://api.guildwars2.com/v2/characters/:id/skills?v=latest
using an accesstoken and a character of the accountHappening since
Not sure - noticed 2023-08-28 (post SotO)
Anything else?
No response