Skip to content

Commit 17d906f

Browse files
Update rest-api-spec (#4955)
Co-authored-by: pquentin <[email protected]>
1 parent 8a9560d commit 17d906f

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

output/schema/validation-errors.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,6 @@
254254
"Request: query parameter 'routing' does not exist in the json spec"
255255
],
256256
"response": []
257-
},
258-
"searchable_snapshots.clear_cache": {
259-
"request": [
260-
"Request: missing json spec query parameter 'index'"
261-
],
262-
"response": []
263257
}
264258
},
265259
"generalErrors": [

specification/_json_spec/searchable_snapshots.clear_cache.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141
"options": ["open", "closed", "none", "all"],
4242
"default": "open",
4343
"description": "Whether to expand wildcard expression to concrete indices that are open, closed or both."
44-
},
45-
"index": {
46-
"type": "list",
47-
"description": "A comma-separated list of index name to limit the operation"
4844
}
4945
}
5046
}

0 commit comments

Comments
 (0)