Skip to content

Commit c88429e

Browse files
Update status field for Firewall schema
Added information about the different available Firewall statuses.
1 parent 23f6c26 commit c88429e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15078,7 +15078,11 @@ components:
1507815078
status:
1507915079
type: string
1508015080
description: >
15081-
The status of this Firewall service.
15081+
The status of this Firewall.
15082+
15083+
* When a Firewall is first created its status is `enabled`.
15084+
* Use the [Update Firewall](/api/v4/networking-firewalls-firewall-id/#put) endpoint to set a Firewall's status to `enbaled` or `disabled`.
15085+
* Use the [Delete Firewall](/api/v4/networking-firewalls-firewall-id/#delete) endpoint to delete a Firewall.
1508215086
enum:
1508315087
- enabled
1508415088
- disabled

0 commit comments

Comments
 (0)