Skip to content

Commit 8880c1e

Browse files
Update PUT /firewalls/{firewallId}
1 parent 3711b19 commit 8880c1e

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
@@ -7881,6 +7881,10 @@ paths:
78817881
- rules
78827882
allOf:
78837883
- $ref: '#/components/schemas/Firewall'
7884+
- type: object
7885+
properties:
7886+
status:
7887+
readOnly: true
78847888
responses:
78857889
'200':
78867890
description: Returns information about the created Firewall.
@@ -8022,8 +8026,16 @@ paths:
80228026
content:
80238027
application/json:
80248028
schema:
8025-
allOf:
8026-
- $ref: '#/components/schemas/Firewall'
8029+
type: object
8030+
properties:
8031+
rules:
8032+
$ref: '#/components/schemas/Firewall/properties/rules'
8033+
tags:
8034+
$ref: '#/components/schemas/Firewall/properties/tags'
8035+
label:
8036+
$ref: '#/components/schemas/Firewall/properties/label'
8037+
status:
8038+
$ref: '#/components/schemas/Firewall/properties/status'
80278039
responses:
80288040
'200':
80298041
description: Firewall updated successfully.
@@ -13435,7 +13447,6 @@ components:
1343513447
x-linode-cli-display: 5
1343613448
status:
1343713449
type: string
13438-
readOnly: true
1343913450
description: >
1344013451
The status of this Firewall service.
1344113452
enum:

0 commit comments

Comments
 (0)