We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to the recent api update (https://api.guildwars2.com/v2.json?v=latest) the schema for /v2/characters/:id is no longer valid. equipment_pvp moved into equipment_tabs.
/v2/characters/:id
equipment_pvp
equipment_tabs
v: "2021-04-06T21:00:00.000Z", desc: "Remove `equipment_pvp` and add `equipment_tabs_pvp` for `/v2/characters/:id`"
https://api.guildwars2.com/v2/characters?page=0&page_size=200&v=latest&access_token=564F181A-F0FC-114A-A55D-3C1DCD45F3767AF3848F-AB29-4EBF-9594-F91E6A75E015&lang=en
'data.0.equipment_pvp' is required 'data.1.equipment_pvp' is required
The text was updated successfully, but these errors were encountered:
Thanks for reporting, should be fixed now :)
Sorry, something went wrong.
No branches or pull requests
Due to the recent api update (https://api.guildwars2.com/v2.json?v=latest) the schema for
/v2/characters/:id
is no longer valid.equipment_pvp
moved intoequipment_tabs
.Change:
Example:
https://api.guildwars2.com/v2/characters?page=0&page_size=200&v=latest&access_token=564F181A-F0FC-114A-A55D-3C1DCD45F3767AF3848F-AB29-4EBF-9594-F91E6A75E015&lang=en
Error:
This is how it looks now
The text was updated successfully, but these errors were encountered: