Skip to content

Commit 1435430

Browse files
Update PUT /firewalls/{firewallId}
1 parent 0d35255 commit 1435430

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

openapi.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8961,6 +8961,10 @@ paths:
89618961
- rules
89628962
allOf:
89638963
- $ref: '#/components/schemas/Firewall'
8964+
- type: object
8965+
properties:
8966+
status:
8967+
readOnly: true
89648968
responses:
89658969
'200':
89668970
description: Returns information about the created Firewall.
@@ -9102,8 +9106,16 @@ paths:
91029106
content:
91039107
application/json:
91049108
schema:
9105-
allOf:
9106-
- $ref: '#/components/schemas/Firewall'
9109+
type: object
9110+
properties:
9111+
rules:
9112+
$ref: '#/components/schemas/Firewall/properties/rules'
9113+
tags:
9114+
$ref: '#/components/schemas/Firewall/properties/tags'
9115+
label:
9116+
$ref: '#/components/schemas/Firewall/properties/label'
9117+
status:
9118+
$ref: '#/components/schemas/Firewall/properties/status'
91079119
responses:
91089120
'200':
91099121
description: Firewall updated successfully.
@@ -14661,7 +14673,6 @@ components:
1466114673
x-linode-cli-display: 5
1466214674
status:
1466314675
type: string
14664-
readOnly: true
1466514676
description: >
1466614677
The status of this Firewall service.
1466714678
enum:

0 commit comments

Comments
 (0)