action haloapi_halo_wars_2_game_object_categories {
label: "Halo Wars 2 - Game Object Categories"
description: "
\n
Changelog
\n\n
February 21, 2017:
\n
\n
\n"
provider: haloapi
method: GET
path: "/hw2/game-object-categories"
encoding: json
input: {
type: "object"
properties: {
startAt: {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}