Skip to content

Commit 62fc4f5

Browse files
Fix Delete Firewall and Delete Firwall Device response
This also fixes CLI build error.
1 parent bd9685c commit 62fc4f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

openapi.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9206,6 +9206,10 @@ paths:
92069206
responses:
92079207
'200':
92089208
description: Delete Successful.
9209+
content:
9210+
application/json:
9211+
schema:
9212+
type: object
92099213
default:
92109214
$ref: '#/components/responses/ErrorResponse'
92119215
x-code-samples:
@@ -9419,6 +9423,10 @@ paths:
94199423
responses:
94209424
'200':
94219425
description: Delete Successful.
9426+
content:
9427+
application/json:
9428+
schema:
9429+
type: object
94229430
default:
94239431
$ref: '#/components/responses/ErrorResponse'
94249432
x-code-samples:

0 commit comments

Comments
 (0)