action bungie_destiny2_get_public_milestone_content { label: "Destiny2.GetPublicMilestoneContent" description: "Gets custom localized content for the milestone of the given hash, if it exists." provider: bungie method: GET path: "/Destiny2/Milestones/{milestoneHash}/Content/" encoding: json input: { type: "object" properties: { milestoneHash: { type: "integer" format: "uint32" } } required: ["milestoneHash"] additionalProperties: false } output: { type: "object" additionalProperties: true } }