curl --request PUT \
--url https://apix.us.amity.co/v1/blacklist/records \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"regexs": [
"<string>"
]
}'
Refresh the black list
curl --request PUT \
--url https://apix.us.amity.co/v1/blacklist/records \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"regexs": [
"<string>"
]
}'
Regular expression to refresh.
The body is of type object
.
OK