action bungie_destiny2_get_destiny_manifest { label: "Destiny2.GetDestinyManifest" description: "Returns the current version of the manifest as a json object." provider: bungie method: GET path: "/Destiny2/Manifest/" encoding: json output: { type: "object" additionalProperties: true } }