cURL
curl --request PUT \ --url https://api.hypercore.vn/network/firewalls/{firewall_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "description": "Updated firewall description", "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
Update a firewall group’s description
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Firewall Group UUID
255
"Updated firewall description"
Firewall group updated successfully