# consentPolicyUpdate - admin - MUTATION Version: unstable ## Description Update or create consent policies in bulk. ### Access Scopes `write_privacy_settings` access scope. ## Arguments * [consentPolicies](/docs/api/admin/unstable/input-objects/ConsentPolicyInput): ConsentPolicyInput! - The consent policies to update or create. If the country and region matches an existing consent policy, then the consent policy is updated. Otherwise, a new consent policy is created. ## Returns * [updatedPolicies](/docs/api/admin/unstable/objects/ConsentPolicy): ConsentPolicy All updated and created consent policies. The consent policies that haven't been modified as part of the mutation aren't returned. * [userErrors](/docs/api/admin/unstable/objects/ConsentPolicyError): ConsentPolicyError! The list of errors that occurred from executing the mutation. ## Examples