put https://{serverURL}/api/networks/routers//firewall-rules/
Use this command to update an existing network router firewall rule.
Responses
Use this command to update an existing network router firewall rule.
xxxxxxxxxx
11curl --request PUT \
--url https://changeme/api/networks/routers/routerId/firewall-rules/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"rule": {
"enabled": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: