This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Updates a CMP config.
function updateCmpConfig(cmpConfig: CmpConfig): Promise<CmpConfig>;
CMP config to be updated.
import { cmp } from "@wix/consent-policy";
async function updateCmpConfig(cmpConfig) {
const response = await cmp.updateCmpConfig(cmpConfig);
}
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.