post https://{hostname}/etp-config/v3/configs//dictionaries
Creates a DLP dictionary.
Responses
Creates a DLP dictionary.
xxxxxxxxxx
10curl --request POST \
--url https://hostname/etp-config/v3/configs/configId/dictionaries \
# Add Authorization header to this snippet
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"aggressiveMode": true,
"akamaiDefined": true
}
'
xxxxxxxxxx
200 OK