API talk:2/masteries

From Guild Wars 2 Wiki
Jump to navigationJump to search

Typo in JSON schema[edit]

Typo in the mastery format. The field name region is listed as "regions". The actual JSON returned by the server correctly lists it as region.

{
    "id": 1,
    "name": "Exalted Lore",
    "requirement": "Journey to Auric Basin to unlock the Exalted Lore Mastery track.",
    "order": 2,
    "background": "https://render.guildwars2.com/file/4E09B60E16E6A7404B0638A00D0C6A02F7294308/1228720.png",
    "region": "Maguuma"
  }

Danextpope (talk) 21:10, 5 March 2018 (UTC)

Good catch, fixed ! -Darqam 13:35, 6 March 2018 (UTC)