arenanet / api-cdi

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

Add missing "name" tag to /v2/races #609

Closed TheMrMilchmann closed 5 years ago

TheMrMilchmann commented 6 years ago

This is a documentation fix, not a feature request.

The current documentation of /v2/races is missing the "name" tag.

Example

https://api.guildwars2.com/v2/races?id=Human

{
  "id": "Human",
  "name": "Human",
  "skills": [
    12360,
    12361,
    12362,
    12363,
    12367,
    12373,
    10800
  ]
}