From 49b8ea4bacf231f758fc0be61c93efbe087b00d5 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 17 Jul 2025 15:51:45 +0400 Subject: [PATCH] Remove 'index' from snapshot clear_cache query params (#131067) It's already part of the path parts, it's not useful to duplicate it in query parameters. --- .../rest-api-spec/api/searchable_snapshots.clear_cache.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/searchable_snapshots.clear_cache.json b/rest-api-spec/src/main/resources/rest-api-spec/api/searchable_snapshots.clear_cache.json index d2d7000195c04..8b39cdcb24218 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/searchable_snapshots.clear_cache.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/searchable_snapshots.clear_cache.json @@ -50,10 +50,6 @@ ], "default": "open", "description": "Whether to expand wildcard expression to concrete indices that are open, closed or both." - }, - "index": { - "type": "list", - "description": "A comma-separated list of index name to limit the operation" } } }