action haloapi_halo_5_enemies {
label: "Halo 5 - Enemies"
description: "
\n
Changelog
\n\n
February 21, 2017:
\n
\n - Renamed Endpoint from \"Enemies\" to \"Halo 5 - Enemies\".
\n - Removed \"{title}\" Request Parameter.
\n - Documented \"Accept-Language\" Request Header.
\n
\n
\n\n
April 20, 2016:
\n
\n - Corrected documentation typo. The field \"largeIconImageUrl\" was incorrectly named \"lageIconImageUrl\".
\n
\n
\n"
provider: haloapi
method: GET
path: "/h5/metadata/enemies"
encoding: json
input: {
type: "object"
properties: {
"Accept-Language": {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}