Skip to content

Commit 04c69bd

Browse files
committed
[DOCS] Fix OpenAPI enum error (#18344)
(cherry picked from commit 90c4476)
1 parent 906d5bd commit 04c69bd

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
@@ -2364,7 +2364,8 @@ components:
23642364
type: object
23652365
properties:
23662366
goal:
2367-
- enum:
2367+
type: string
2368+
enum:
23682369
- speed
23692370
- balanced
23702371
- size

0 commit comments

Comments
 (0)