Patch Anon Settings
Change anonymization settings with the given values. To disable/enable only provided the disabled flag in the request body. To clear the redaction string, provide a null attribute in the request body. When you want to change a anonymization group, only set it in the settings array. The rest of the groups will be intact.
Change anonymization settings
{
"disabled": false,
"settings": [
{
"group": "string",
"description": "string",
"enabled": false,
"dataPath": [
{
"stream": "string",
"who": "string",
"path": "string",
"description": "string",
"enabled": false
}
]
}
],
"redactionString": "string"
}
True to disable anonymization. When false or undefined anonymization is enabled.
When set, anonymization is performed using the given string by replacing all enabled data path elements with it instead of hashing values.
Anonymization settings successfully patched.
{
"errCode": "GW_LOGIN_REQUIRED",
"errMessage": "Your session not found or already expired. Please login"
}
errCode
errMessage