action haloapi_halo_5_requisition {
label: "Halo 5 - Requisition"
description: "
\n
Changelog
\n\n
February 21, 2017:
\n
\n - Renamed Endpoint from \"Requisitions\" to \"Halo 5 - Requisition\".
\n - Removed \"{title}\" Request Parameter.
\n - Documented \"Accept-Language\" Request Header.
\n
\n
\n"
provider: haloapi
method: GET
path: "/h5/metadata/requisitions/{id}"
encoding: json
input: {
type: "object"
properties: {
"Accept-Language": {
type: "string"
}
id: {
type: "string"
}
}
required: ["id"]
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}