File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -7881,6 +7881,10 @@ paths:
7881
7881
- rules
7882
7882
allOf:
7883
7883
- $ref: '#/components/schemas/Firewall'
7884
+ - type: object
7885
+ properties:
7886
+ status:
7887
+ readOnly: true
7884
7888
responses:
7885
7889
'200':
7886
7890
description: Returns information about the created Firewall.
@@ -8022,8 +8026,16 @@ paths:
8022
8026
content:
8023
8027
application/json:
8024
8028
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'
8027
8039
responses:
8028
8040
'200':
8029
8041
description: Firewall updated successfully.
@@ -13435,7 +13447,6 @@ components:
13435
13447
x-linode-cli-display: 5
13436
13448
status:
13437
13449
type: string
13438
- readOnly: true
13439
13450
description: >
13440
13451
The status of this Firewall service.
13441
13452
enum:
You can’t perform that action at this time.
0 commit comments