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.
1 parent 255cc9d commit aafb5ecCopy full SHA for aafb5ec
openapi.yaml
@@ -13814,7 +13814,13 @@ paths:
13814
label:
13815
$ref: '#/components/schemas/Firewall/properties/label'
13816
status:
13817
- $ref: '#/components/schemas/Firewall/properties/status'
+ type: string
13818
+ description: The status to be applied to this Firewall.
13819
+ enum:
13820
+ - enabled
13821
+ - disabled
13822
+ example: enabled
13823
+ x-linode-cli-display: 3
13824
responses:
13825
'200':
13826
description: Firewall updated successfully.
0 commit comments