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 @@ -8961,6 +8961,10 @@ paths:
8961
8961
- rules
8962
8962
allOf:
8963
8963
- $ref: '#/components/schemas/Firewall'
8964
+ - type: object
8965
+ properties:
8966
+ status:
8967
+ readOnly: true
8964
8968
responses:
8965
8969
'200':
8966
8970
description: Returns information about the created Firewall.
@@ -9102,8 +9106,16 @@ paths:
9102
9106
content:
9103
9107
application/json:
9104
9108
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'
9107
9119
responses:
9108
9120
'200':
9109
9121
description: Firewall updated successfully.
@@ -14661,7 +14673,6 @@ components:
14661
14673
x-linode-cli-display: 5
14662
14674
status:
14663
14675
type: string
14664
- readOnly: true
14665
14676
description: >
14666
14677
The status of this Firewall service.
14667
14678
enum:
You can’t perform that action at this time.
0 commit comments