action haloapi_halo_wars_2_spartan_ranks {
label: "Halo Wars 2 - Spartan Ranks"
description: "
\n
Changelog
\n\n
February 27, 2017:
\n
\n - Updated documentation to clarify the relationship between the Spartan Rank content item and the Spartan Rank Display Info content item.
\n
\n
\n\n
February 21, 2017:
\n
\n
\n"
provider: haloapi
method: GET
path: "/hw2/spartan-ranks"
encoding: json
input: {
type: "object"
properties: {
"Accept-Language": {
type: "string"
}
startAt: {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}