action haloapi_halo_wars_2_leaders {
label: "Halo Wars 2 - Leaders"
description: "
\n
Changelog
\n\n
February 21, 2017:
\n
\n
\n"
provider: haloapi
method: GET
path: "/hw2/leaders"
encoding: json
input: {
type: "object"
properties: {
"Accept-Language": {
type: "string"
}
startAt: {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}