action haloapi_halo_5_campaign_missions {
label: "Halo 5 - Campaign Missions"
description: "
\n
Changelog
\n\n
February 21, 2017:
\n
\n - Renamed Endpoint from \"Campaign Missions\" to \"Halo 5 - Campaign Missions\".
\n - Removed \"{title}\" Request Parameter.
\n - Documented \"Accept-Language\" Request Header.
\n
\n
\n"
provider: haloapi
method: GET
path: "/h5/metadata/campaign-missions"
encoding: json
input: {
type: "object"
properties: {
"Accept-Language": {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}