Skip to content

Commit 90c4476

Browse files
authored
[DOCS] Fix OpenAPI enum error (#18344)
1 parent bf89f43 commit 90c4476

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/static/spec/openapi/logstash-api.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2354,7 +2354,8 @@ components:
23542354
type: object
23552355
properties:
23562356
goal:
2357-
- enum:
2357+
type: string
2358+
enum:
23582359
- speed
23592360
- balanced
23602361
- size

0 commit comments

Comments
 (0)