action haloapi_halo_5_map_variant { label: "Halo 5 - Map Variant" description: "
\n

Changelog

\n
\n

February 21, 2017:

\n \n
\n" provider: haloapi method: GET path: "/h5/metadata/map-variants/{id}" encoding: json input: { type: "object" properties: { "Accept-Language": { type: "string" } id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }