action haloapi_halo_5_weapons {
label: "Halo 5 - Weapons"
description: "
\n
Changelog
\n\n
February 21, 2017:
\n
\n - Renamed Endpoint from \"Weapons\" to \"Halo 5 - Weapons\".
\n - Removed \"{title}\" Request Parameter.
\n - Documented \"Accept-Language\" Request Header.
\n
\n
\n\n
April 26, 2016:
\n
\n - Corrected documentation issue. The documentation for the \"type\" field was incorrect.
\n
\n
\n"
provider: haloapi
method: GET
path: "/h5/metadata/weapons"
encoding: json
input: {
type: "object"
properties: {
"Accept-Language": {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}