Skip to content
New issue

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

Schema invalid due to API update (equipment_pvp) #19

Closed
Xyaren opened this issue Apr 7, 2021 · 1 comment
Closed

Schema invalid due to API update (equipment_pvp) #19

Xyaren opened this issue Apr 7, 2021 · 1 comment

Comments

@Xyaren
Copy link

Xyaren commented Apr 7, 2021

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.

Change:

  v: "2021-04-06T21:00:00.000Z",
  desc: "Remove `equipment_pvp` and add `equipment_tabs_pvp` for `/v2/characters/:id`"

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:

'data.0.equipment_pvp' is required
'data.1.equipment_pvp' is required

This is how it looks now

image

@queicherius
Copy link
Member

Thanks for reporting, should be fixed now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants