Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
  • Loading branch information
thomaspoignant committed Jun 10, 2024
1 parent fba3664 commit 94e869d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ components:
properties:
supportedTypes:
description: |
A list of supported types by the flag management system.
Evaluating a flag of a listed type through OFREP provider will result in an error and yield the default value. Undefined means that the flag management system is supporting all types.
Evaluating a flag of unlisted type through the OFREP provider will result in an error and yield the default value.
However, when supportedTypes is undefined/empty, provider assumes that all flag evaluation types are supported by the flag management system
type: array
items:
type: string
Expand Down

0 comments on commit 94e869d

Please sign in to comment.