Skip to content

Commit

Permalink
make flags property mandatory for bulk evaluation success response
Browse files Browse the repository at this point in the history
Signed-off-by: Kavindu Dodanduwa <[email protected]>
  • Loading branch information
Kavindu-Dodan committed Jun 25, 2024
1 parent 0c74c1e commit 31b06b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ components:
bulkEvaluationSuccess:
description: Success response for the bulk evaluation request
type: object
required:
- flags
properties:
flags:
type: array
Expand Down

0 comments on commit 31b06b0

Please sign in to comment.