Skip to content

Commit f296797

Browse files
committed
Remove 'index' from snapshot clear_cache query params (elastic#131067)
It's already part of the path parts, it's not useful to duplicate it in query parameters.
1 parent 71abf0d commit f296797

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/searchable_snapshots.clear_cache.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
],
5151
"default": "open",
5252
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
53-
},
54-
"index": {
55-
"type": "list",
56-
"description": "A comma-separated list of index name to limit the operation"
5753
}
5854
}
5955
}

0 commit comments

Comments
 (0)