curl --request PUT \
--url https://apix.us.amity.co/api/v2/blacklist/records \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--header 'X-API-Key: <api-key>' \
--data '
{
"regexs": [
"<string>"
]
}
'{
"status": "error",
"code": 404,
"message": "Resource Not Found."
}Refresh rules of blacklist.
curl --request PUT \
--url https://apix.us.amity.co/api/v2/blacklist/records \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--header 'X-API-Key: <api-key>' \
--data '
{
"regexs": [
"<string>"
]
}
'{
"status": "error",
"code": 404,
"message": "Resource Not Found."
}