Skip to content

Commit aafb5ec

Browse files
committed
Add update-specific status field
1 parent 255cc9d commit aafb5ec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

openapi.yaml

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

0 commit comments

Comments
 (0)