Skip to content

Commit

Permalink
fix(GET /api/state/get): fix GetKVS type enum values
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Sep 9, 2023
1 parent 31f6665 commit 7505061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/kvs/GetKVS/params/filters/type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ schema:
type: integer
example: 1
default: 0
enum: [1, 2]
enum: [0, 1]
required: false

0 comments on commit 7505061

Please sign in to comment.