Skip to content

Commit 0a52614

Browse files
authored
Merge pull request #688 from LBGarber/fix/firewall-update-status
fix: Add PUT-specific status field for firewall update
2 parents 255cc9d + 5df64a5 commit 0a52614

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

openapi.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13814,7 +13814,17 @@ paths:
1381413814
label:
1381513815
$ref: '#/components/schemas/Firewall/properties/label'
1381613816
status:
13817-
$ref: '#/components/schemas/Firewall/properties/status'
13817+
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
1381813828
responses:
1381913829
'200':
1382013830
description: Firewall updated successfully.

0 commit comments

Comments
 (0)