arenanet / api-cdi

Collaborative Development Initiative for Public APIs
252 stars 41 forks source link

"binding" is missing for equipped bags #668

Open queicherius opened 4 years ago

queicherius commented 4 years ago

Previously: https://github.com/arenanet/api-cdi/issues/374

Not sure if that was added at the time and broke now, or if it never got added.

For https://api.guildwars2.com/v2/characters:

"bags": [
  {
    "id": 85375,
    "size": 32,
    "inventory": [ ... ],
+   "binding": "Account"
  }
]