curl --request POST \
--url https://apix.us.amity.co/api/v2/whitelist/records \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--header 'X-API-Key: <api-key>' \
--data '{
"regexs": [
"<string>"
],
"isMatchExactWord": true
}'
This response does not have an example.
Add rules to whitelist
curl --request POST \
--url https://apix.us.amity.co/api/v2/whitelist/records \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--header 'X-API-Key: <api-key>' \
--data '{
"regexs": [
"<string>"
],
"isMatchExactWord": true
}'
This response does not have an example.
Rules information to be added.
The body is of type object
.
OK