cURL
curl --request PATCH \ --url https://api.example.com/api/blacklist/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "reference_id": "<string>", "list_name": "HIGH RISK" } '
{}
Updating existing Blacklist Record
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this blacklist.
Blacklist name.
Reference ID.
List name.
HIGH RISK
RESTRICTED
Blacklist record updated successfully
Blacklist object