action haloapi_halo_5_company_commendations {
label: "Halo 5 - Company Commendations"
description: "
\n
Changelog
\n\n"
provider: haloapi
method: GET
path: "/h5/metadata/company-commendations"
encoding: json
input: {
type: "object"
properties: {
"Accept-Language": {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}