Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: batch evaluation req/resp types
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Aug 2, 2024
1 parent 4411712 commit e0dfbb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -489,14 +489,14 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/EvaluatebatchEvaluationResponse"
$ref: "#/components/schemas/BatchEvaluationResponse"
security: *ref_0
requestBody:
required: true
content:
application/json:
schema:
$ref: "#/components/schemas/EvaluatebatchEvaluationRequest"
$ref: "#/components/schemas/BatchEvaluationRequest"
/api/v1/namespaces/{namespaceKey}/flags:
get:
operationId: FlagsService.list
Expand Down

0 comments on commit e0dfbb0

Please sign in to comment.