put https://api2.requestly.io/v1/rules/
Log in to see full request history
Responses
429Too Many Requests
429Too Many Requests
xxxxxxxxxx
20curl --request PUT \
--url https://api2.requestly.io/v1/rules/ruleId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"ruleType": "Redirect",
"pairs": [
{
"source": {
"key": "Url",
"operator": "Equals",
"value": "https://www.google.com"
},
"destinationType": "url",
"destination": "https://www.requestly.io"
}
]
}
'
Try It!
to start a request and see the response here! Or choose an example: