Skip to content

Commit 6d2fb20

Browse files
pquentingmjehovich
authored andcommitted
rest-api-spec: improve mode documentation in indices.resolve_index (elastic#134542)
1 parent aff0089 commit 6d2fb20

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/indices.resolve_index.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@
5151
"default": true
5252
},
5353
"mode": {
54-
"type": "string",
55-
"description": "Filter indices by index mode"
54+
"type": "enum",
55+
"options": ["standard", "time_series", "logsdb", "lookup"],
56+
"default": "",
57+
"description": "Filter indices by index mode. Comma-separated list of IndexMode. Empty means no filter."
5658
}
5759
}
5860
}

0 commit comments

Comments
 (0)