cURL
curl --request PATCH \ --url https://api.sandbox.asapp.com/configuration/v1/redaction-entities/{entityId} \ --header 'Content-Type: application/json' \ --header 'asapp-api-id: <api-key>' \ --header 'asapp-api-secret: <api-key>' \ --data '{ "policies": { "customerImmediate": false, "customerDelayed": false, "agentImmediate": false } }'
{ "id": "CREDIT_CARD_NUMBER", "description": "Redacts credit card number", "policies": { "customerImmediate": false, "customerDelayed": false, "agentImmediate": false } }
Update the policies of a specific redaction entity. Only the policies field can be modified.
Identifier of the entity
Successfully updated the redaction entity.
The response is of type object.
object
Was this page helpful?