Toggle firewall rule status
Enable or disable a specific firewall rule.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Path Parameters
instance_uuid*string
UUID of the instance
Format
uuidfirewall_id*string
ID of the firewall rule
Response Body
application/json
curl -X PATCH "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/firewall/string/update-status"{
"message": "Rule successfully enabled",
"data": {
"id": "string"
}
}