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