From 72cd41961716bc8ab6182738688478eefb603d04 Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Sun, 26 May 2013 15:31:45 +0200 Subject: [PATCH] Removed the API definition for `_search_shards` --- rest-api-spec/api/cluster.shards.json | 31 --------------------------- 1 file changed, 31 deletions(-) delete mode 100644 rest-api-spec/api/cluster.shards.json diff --git a/rest-api-spec/api/cluster.shards.json b/rest-api-spec/api/cluster.shards.json deleted file mode 100644 index d147c3b7881..00000000000 --- a/rest-api-spec/api/cluster.shards.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "cluster.shards": { - "documentation": "", - "methods": ["GET", "POST"], - "url": { - "path": "/_search_shards", - "paths": ["/_search_shards", "/{index}/_search_shards", "/{index}/{type}/_search_shards"], - "parts": { - "index": { - }, - "type": { - } - }, - "params": { - "ignore_indices": { - }, - "index": { - }, - "local": { - }, - "preference": { - }, - "routing": { - }, - "type": { - } - } - }, - "body": null - } -}