action bungie_content_get_content_by_id { label: "Content.GetContentById" description: "Returns a content item referenced by id" provider: bungie method: GET path: "/Content/GetContentById/{id}/{locale}/" encoding: json input: { type: "object" properties: { head: { type: "boolean" } id: { type: "integer" format: "int64" } locale: { type: "string" } } required: ["id", "locale"] additionalProperties: false } output: { type: "object" additionalProperties: true } }