action britbox_change_marketing { label: "changeMarketing" description: "Change marketing preferences related to account/profile.\n\nThe expected token scope is Settings.\n" provider: britbox method: POST path: "/itv/changemarketing" encoding: json input: { type: "object" required: ["emailOptIn", "profileToken"] properties: { emailOptIn: { type: "boolean" description: "Updated marketing preferences for account/profile." } profileToken: { type: "string" description: "The ITV profile token." } } additionalProperties: false } output: { type: "object" additionalProperties: true } }