action bungie_get_common_settings { label: ".GetCommonSettings" description: "Get the common settings used by the Bungie.Net environment." provider: bungie method: GET path: "/Settings/" encoding: json output: { type: "object" additionalProperties: true } }