We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 255cc9d + 5df64a5 commit 0a52614Copy full SHA for 0a52614
openapi.yaml
@@ -13814,7 +13814,17 @@ paths:
13814
label:
13815
$ref: '#/components/schemas/Firewall/properties/label'
13816
status:
13817
- $ref: '#/components/schemas/Firewall/properties/status'
+ type: string
13818
+ description: >
13819
+ The status to be applied to this Firewall.
13820
+
13821
+ * When a Firewall is first created its status is `enabled`.
13822
+ * Use the [Delete Firewall](/docs/api/networking/#firewall-delete) endpoint to delete a Firewall.
13823
+ enum:
13824
+ - enabled
13825
+ - disabled
13826
+ example: enabled
13827
+ x-linode-cli-display: 3
13828
responses:
13829
'200':
13830
description: Firewall updated successfully.
0 commit comments