> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # BulkUpdateConsentConfigs # Package: cookieConsentPolicy # Namespace: ConsentConfigsService # Method link: https://dev.wix.com/docs/api-reference/business-management/cookie-consent-policy/consent-configs/bulk-update-consent-configs.md ## Permission Scopes: Consent config: SCOPE.CONSENT_CONFIG.MANAGE ## Introduction Updates multiple consent configs. --- ## REST API ### Schema ``` Method: bulkUpdateConsentConfigs Description: Updates multiple consent configs. URL: https://www.wixapis.com/bu/legal/v1/bulk/consent-configs/update Method: POST # Note: If the parameter `a.b` is listed under required parameters, `b` is only required if `a` is also present. Required parameters: consentConfigs, consentConfigs.consentConfig.id, consentConfigs.consentConfig.revision Method parameters: param name: consentConfigs | type: array | description: List of consent configs to update. | required: true - name: consentConfig | type: ConsentConfig | description: Consent config to update, may be partial. - ONE-OF: - name: tagDetails | type: AppDetails | description: Details about the app that owns the embed. - name: appId | type: string | description: App GUID. - name: componentId | type: string | description: App component GUID. - name: version | type: string | description: App version. - name: id | type: string | description: Consent config GUID. | required: true - name: revision | type: string | description: Revision number, which increments by 1 each time the consent config is updated. To prevent conflicting changes, the current revision must be passed when updating the consent config. Ignored when creating a consent config. | required: true - name: configType | type: ConfigType | description: Type of consent config. Currently only the `TAG_OVERRIDE` type is supported. - enum: - UNKNOWN_CONFIG: Unknown config type. - TAG_OVERRIDE: Overrides the app embed's category. - name: consentCategory | type: ConsentCategory | description: The consent config's categories for compliance with privacy regulations. - enum: - UNKNOWN_CATEGORY: - essential: Includes core functionality such as security, verification of identity and network management. These cookies can’t be disabled. - functional: Includes collecting data to remember choices users make to improve and give a more personalised experience. - analytics: Includes tracking visitor interactions with a site, to discover errors and provide better overall analytics. - advertising: Includes tracking advertising effectiveness to provide a more relevant service and deliver better ads to suit visitors' interests. - data_to_third_party: Includes collecting data to pass on to a third party. - name: createdBy | type: CreatedBy | description: Consent config creator. - name: extendedFields | type: ExtendedFields | description: Custom field data for the consent config. Extended fields must be configured in the app dashboard before they can be accessed with API calls. - name: namespaces | type: object | description: Extended field data. Each key corresponds to the namespace of the app that created the extended fields. The value of each key is structured according to the schema defined when the extended fields were configured. You can only access fields for which you have the appropriate permissions. Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields.md). - name: tags | type: Tags | description: Consent config tags, meaning labels for administrative purposes. - name: privateTags | type: TagList | description: Tags that require an additional permission in order to access them, normally not given to site members or visitors. - name: tagIds | type: array | description: List of tag GUIDs - name: tags | type: TagList | description: Tags that are exposed to anyone who has access to the labeled entity itself, including site members and visitors. param name: returnEntity | type: returnEntity | description: Whether to return the updated consent configs in the response. Return type: BulkUpdateConsentConfigsResponse - name: results | type: array | description: Consent configs updated by bulk action. - name: itemMetadata | type: ItemMetadata | description: Individual item metadata. - name: id | type: string | description: Item GUID. Should always be available, unless it's impossible (for example, when failing to create an item). - name: originalIndex | type: integer | description: Index of the item within the request array. Allows for correlation between request and response items. - name: success | type: boolean | description: Whether the requested action was successful for this item. When `false`, the `error` field is populated. - name: error | type: ApplicationError | description: Details about the error in case of failure. - name: code | type: string | description: Error code. - name: description | type: string | description: Description of the error. - name: data | type: object | description: Data related to the error. - name: item | type: ConsentConfig | description: Consent config item, returned when `return_entity` = `true`. - ONE-OF: - name: tagDetails | type: AppDetails | description: Details about the app that owns the embed. - name: appId | type: string | description: App GUID. - name: componentId | type: string | description: App component GUID. - name: version | type: string | description: App version. - name: cookieDetails | type: CookieDetails | description: Cookie details. Not supported yet. - name: name | type: string | description: Cookie name. - name: description | type: string | description: Cookie description. - name: id | type: string | description: Consent config GUID. - name: revision | type: string | description: Revision number, which increments by 1 each time the consent config is updated. To prevent conflicting changes, the current revision must be passed when updating the consent config. Ignored when creating a consent config. - name: createdDate | type: string | description: Date and time the consent config was created. - name: updatedDate | type: string | description: Date and time the consent config was last updated. - name: configType | type: ConfigType | description: Type of consent config. Currently only the `TAG_OVERRIDE` type is supported. - enum: - UNKNOWN_CONFIG: Unknown config type. - TAG_OVERRIDE: Overrides the app embed's category. - name: consentCategory | type: ConsentCategory | description: The consent config's categories for compliance with privacy regulations. - enum: - UNKNOWN_CATEGORY: - essential: Includes core functionality such as security, verification of identity and network management. These cookies can’t be disabled. - functional: Includes collecting data to remember choices users make to improve and give a more personalised experience. - analytics: Includes tracking visitor interactions with a site, to discover errors and provide better overall analytics. - advertising: Includes tracking advertising effectiveness to provide a more relevant service and deliver better ads to suit visitors' interests. - data_to_third_party: Includes collecting data to pass on to a third party. - name: createdBy | type: CreatedBy | description: Consent config creator. - name: userId | type: string | description: User GUID. - name: appId | type: string | description: App GUID. - name: extendedFields | type: ExtendedFields | description: Custom field data for the consent config. Extended fields must be configured in the app dashboard before they can be accessed with API calls. - name: namespaces | type: object | description: Extended field data. Each key corresponds to the namespace of the app that created the extended fields. The value of each key is structured according to the schema defined when the extended fields were configured. You can only access fields for which you have the appropriate permissions. Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields.md). - name: tags | type: Tags | description: Consent config tags, meaning labels for administrative purposes. - name: privateTags | type: TagList | description: Tags that require an additional permission in order to access them, normally not given to site members or visitors. - name: tagIds | type: array | description: List of tag GUIDs - name: tags | type: TagList | description: Tags that are exposed to anyone who has access to the labeled entity itself, including site members and visitors. - name: bulkActionMetadata | type: BulkActionMetadata | description: Bulk action metadata. - name: totalSuccesses | type: integer | description: Number of items that were successfully processed. - name: totalFailures | type: integer | description: Number of items that couldn't be processed. - name: undetailedFailures | type: integer | description: Number of failures without details because detailed failure threshold was exceeded. ``` ### Examples ### Bulk Update Consent Configs Update multiple consent configs in a single operation ```curl curl -X POST \ 'https://www.wixapis.com/consent/consent-config/v1/bulk/consent-configs/update' \ -H 'Authorization: ' \ -H 'Content-Type: application/json' \ --data-binary '{ "consentConfigs": [ { "consentConfig": { "id": "334afbf6-5c8b-4b43-9e9e-dd28664ca28f", "revision": "1", "configType": "TAG_OVERRIDE", "consentCategory": "functional", "tagDetails": { "appId": "73bc078f-b2d7-4ee7-a6e6-41b28ec661d9", "componentId": "c7afb240-4cbb-4bbb-adeb-936818698cc9", "version": "^1.1.0" } }, "fieldMask": { "paths": ["consentCategory", "tagDetails.version"] } }, { "consentConfig": { "id": "445bfcg7-6d9c-5c54-0f0f-ee39775db39g", "revision": "1", "configType": "TAG_OVERRIDE", "consentCategory": "marketing", "tagDetails": { "appId": "84cd189g-6d3e-5ff8-b7f7-52c39fd772e0", "componentId": "d8bfc351-5dcc-5ccc-bfec-047929709dd0", "version": "^2.1.0" } }, "fieldMask": { "paths": ["consentCategory", "tagDetails.version"] } } ], "returnEntity": true }' ``` --- ## JavaScript SDK ### Schema ``` Method: wixClientAdmin.cookieConsentPolicy.ConsentConfigsService.bulkUpdateConsentConfigs(consentConfigs, options) Description: Updates multiple consent configs. # Note: If the parameter `a.b` is listed under required parameters, `b` is only required if `a` is also present. Required parameters: consentConfigs, consentConfigs.consentConfig._id, consentConfigs.consentConfig.revision Method parameters: param name: consentConfigs | type: array | description: List of consent configs to update. | required: true - name: consentConfig | type: ConsentConfig | description: Consent config to update, may be partial. - ONE-OF: - name: tagDetails | type: AppDetails | description: Details about the app that owns the embed. - name: appId | type: string | description: App GUID. - name: componentId | type: string | description: App component GUID. - name: version | type: string | description: App version. - name: _id | type: string | description: Consent config GUID. | required: true - name: revision | type: string | description: Revision number, which increments by 1 each time the consent config is updated. To prevent conflicting changes, the current revision must be passed when updating the consent config. Ignored when creating a consent config. | required: true - name: configType | type: ConfigType | description: Type of consent config. Currently only the `TAG_OVERRIDE` type is supported. - enum: - UNKNOWN_CONFIG: Unknown config type. - TAG_OVERRIDE: Overrides the app embed's category. - name: consentCategory | type: ConsentCategory | description: The consent config's categories for compliance with privacy regulations. - enum: - UNKNOWN_CATEGORY: - essential: Includes core functionality such as security, verification of identity and network management. These cookies can’t be disabled. - functional: Includes collecting data to remember choices users make to improve and give a more personalised experience. - analytics: Includes tracking visitor interactions with a site, to discover errors and provide better overall analytics. - advertising: Includes tracking advertising effectiveness to provide a more relevant service and deliver better ads to suit visitors' interests. - data_to_third_party: Includes collecting data to pass on to a third party. - name: createdBy | type: CreatedBy | description: Consent config creator. - name: extendedFields | type: ExtendedFields | description: Custom field data for the consent config. Extended fields must be configured in the app dashboard before they can be accessed with API calls. - name: namespaces | type: object | description: Extended field data. Each key corresponds to the namespace of the app that created the extended fields. The value of each key is structured according to the schema defined when the extended fields were configured. You can only access fields for which you have the appropriate permissions. Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields.md). - name: tags | type: Tags | description: Consent config tags, meaning labels for administrative purposes. - name: privateTags | type: TagList | description: Tags that require an additional permission in order to access them, normally not given to site members or visitors. - name: tagIds | type: array | description: List of tag GUIDs - name: tags | type: TagList | description: Tags that are exposed to anyone who has access to the labeled entity itself, including site members and visitors. param name: options | type: BulkUpdateConsentConfigsOptions none - name: returnEntity | type: boolean | description: Whether to return the updated consent configs in the response. Return type: PROMISE - name: results | type: array | description: Consent configs updated by bulk action. - name: itemMetadata | type: ItemMetadata | description: Individual item metadata. - name: _id | type: string | description: Item GUID. Should always be available, unless it's impossible (for example, when failing to create an item). - name: originalIndex | type: integer | description: Index of the item within the request array. Allows for correlation between request and response items. - name: success | type: boolean | description: Whether the requested action was successful for this item. When `false`, the `error` field is populated. - name: error | type: ApplicationError | description: Details about the error in case of failure. - name: code | type: string | description: Error code. - name: description | type: string | description: Description of the error. - name: data | type: object | description: Data related to the error. - name: item | type: ConsentConfig | description: Consent config item, returned when `return_entity` = `true`. - ONE-OF: - name: tagDetails | type: AppDetails | description: Details about the app that owns the embed. - name: appId | type: string | description: App GUID. - name: componentId | type: string | description: App component GUID. - name: version | type: string | description: App version. - name: cookieDetails | type: CookieDetails | description: Cookie details. Not supported yet. - name: name | type: string | description: Cookie name. - name: description | type: string | description: Cookie description. - name: _id | type: string | description: Consent config GUID. - name: revision | type: string | description: Revision number, which increments by 1 each time the consent config is updated. To prevent conflicting changes, the current revision must be passed when updating the consent config. Ignored when creating a consent config. - name: _createdDate | type: Date | description: Date and time the consent config was created. - name: _updatedDate | type: Date | description: Date and time the consent config was last updated. - name: configType | type: ConfigType | description: Type of consent config. Currently only the `TAG_OVERRIDE` type is supported. - enum: - UNKNOWN_CONFIG: Unknown config type. - TAG_OVERRIDE: Overrides the app embed's category. - name: consentCategory | type: ConsentCategory | description: The consent config's categories for compliance with privacy regulations. - enum: - UNKNOWN_CATEGORY: - essential: Includes core functionality such as security, verification of identity and network management. These cookies can’t be disabled. - functional: Includes collecting data to remember choices users make to improve and give a more personalised experience. - analytics: Includes tracking visitor interactions with a site, to discover errors and provide better overall analytics. - advertising: Includes tracking advertising effectiveness to provide a more relevant service and deliver better ads to suit visitors' interests. - data_to_third_party: Includes collecting data to pass on to a third party. - name: createdBy | type: CreatedBy | description: Consent config creator. - name: userId | type: string | description: User GUID. - name: appId | type: string | description: App GUID. - name: extendedFields | type: ExtendedFields | description: Custom field data for the consent config. Extended fields must be configured in the app dashboard before they can be accessed with API calls. - name: namespaces | type: object | description: Extended field data. Each key corresponds to the namespace of the app that created the extended fields. The value of each key is structured according to the schema defined when the extended fields were configured. You can only access fields for which you have the appropriate permissions. Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields.md). - name: tags | type: Tags | description: Consent config tags, meaning labels for administrative purposes. - name: privateTags | type: TagList | description: Tags that require an additional permission in order to access them, normally not given to site members or visitors. - name: tagIds | type: array | description: List of tag GUIDs - name: tags | type: TagList | description: Tags that are exposed to anyone who has access to the labeled entity itself, including site members and visitors. - name: bulkActionMetadata | type: BulkActionMetadata | description: Bulk action metadata. - name: totalSuccesses | type: integer | description: Number of items that were successfully processed. - name: totalFailures | type: integer | description: Number of items that couldn't be processed. - name: undetailedFailures | type: integer | description: Number of failures without details because detailed failure threshold was exceeded. ``` ### Examples ### bulkUpdateConsentConfigs ```javascript import { consentConfig } from '@wix/consent-policy'; async function bulkUpdateConsentConfigs(consentConfigs,options) { const response = await consentConfig.bulkUpdateConsentConfigs(consentConfigs,options); }; ``` ### bulkUpdateConsentConfigs (with elevated permissions) ```javascript import { consentConfig } from '@wix/consent-policy'; import { auth } from '@wix/essentials'; async function myBulkUpdateConsentConfigsMethod(consentConfigs,options) { const elevatedBulkUpdateConsentConfigs = auth.elevate(consentConfig.bulkUpdateConsentConfigs); const response = await elevatedBulkUpdateConsentConfigs(consentConfigs,options); } ``` ### bulkUpdateConsentConfigs (self-hosted) Self-hosted SDK calls require you to [create a client](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/about-the-wix-client.md). ```javascript import { createClient } from '@wix/sdk'; import { consentConfig } from '@wix/consent-policy'; // Import the auth strategy for the relevant access type // Import the relevant host module if needed const myWixClient = createClient ({ modules: { consentConfig }, // Include the auth strategy and host as relevant }); async function bulkUpdateConsentConfigs(consentConfigs,options) { const response = await myWixClient.consentConfig.bulkUpdateConsentConfigs(consentConfigs,options); }; ``` ---