Skip to content

Commit

Permalink
add missing spec changes to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YasasRangika committed Jan 10, 2024
1 parent 25f798f commit 07de543
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8375,6 +8375,8 @@ paths:
$ref: '#/components/responses/Forbidden'
404:
$ref: '#/components/responses/NotFound'
412:
$ref: '#/components/responses/PreconditionFailed'
500:
$ref: '#/components/responses/InternalServerError'
security:
Expand Down Expand Up @@ -8463,7 +8465,9 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/GatewayPolicyDeployment'
type: array
items:
$ref: '#/components/schemas/GatewayPolicyDeployment'
400:
$ref: '#/components/responses/BadRequest'
404:
Expand Down

0 comments on commit 07de543

Please sign in to comment.