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>"
}
'{}Updating existing Blacklist Record
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>"
}
'{}Records pertaining to the blacklist can also be updated should there be a change of name or reference ID.Documentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this blacklist.
Blacklist record updated successfully
Blacklist object