Updates the details of a single redaction
Path parameters
accountSid
accountSid
redactionSid
redactionSid
Request body
If the redaction is currently enabled or not.
A short description for the redaction.
The pattern that will be applied to find the data to redact.
Where the data should be redacted.
The type of redaction, this can be one of the predefined types or custom.
The level of redaction that is applied to the data that is being redacted.
When using a custom type, where the pattern should apply. If key, the pattern will look for a JSON or XML key/property. If value, the pattern will look for any data in the payload that matches the pattern/regular and redact it.
Response
Successful
Sid of the redaction
accountSid
A short description for the redaction.
The pattern that will be applied to find the data to redact.
The type of redaction, this can be one of the predefined types or custom.
Where the data should be redacted.
The level of redaction that is applied to the data that is being redacted.
When using a custom type, where the pattern should apply. If key, the pattern will look for a JSON or XML key/property. If value, the pattern will look for any data in the payload that matches the pattern/regular and redact it.
If the redaction is currently enabled or not.