POST scenarios/proxysniffer/dictionaries
Adds ZebraTester scenario custom dictionary.
Remarks
All fields are required!Default limits:
- Max dictionaries per user: 50
- Max key-value pairs per dictionary: 50
- Max key length: 30
- Max value length: 1024
Request example and description
curl --request POST "https://api-asm1.apica.io/v3/scenarios/proxysniffer/dictionaries?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E" --header "Content-Type: application/json" --data-raw "{ \"dictionary_key\": \"Userkey\", \"dictionary\": { \"Username\": \"user1\", \"password\": \"pass\" }, \"description\": \"Auth data\" }"