Skip to content

Commit 2eea635

Browse files
Fix Delete Firewall and Delete Firwall Device response
This also fixes CLI build error.
1 parent 47d152e commit 2eea635

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
@@ -9011,6 +9011,10 @@ paths:
90119011
responses:
90129012
'200':
90139013
description: Delete Successful.
9014+
content:
9015+
application/json:
9016+
schema:
9017+
type: object
90149018
default:
90159019
$ref: '#/components/responses/ErrorResponse'
90169020
x-code-samples:
@@ -9224,6 +9228,10 @@ paths:
92249228
responses:
92259229
'200':
92269230
description: Delete Successful.
9231+
content:
9232+
application/json:
9233+
schema:
9234+
type: object
92279235
default:
92289236
$ref: '#/components/responses/ErrorResponse'
92299237
x-code-samples:

0 commit comments

Comments
 (0)