diff --git a/CHANGELOG.md b/CHANGELOG.md index d479ec3c..e2834f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Added `aggregations` to `/nodes/_usage/{metric}` requests and responses ([#615](https://github.com/opensearch-project/opensearch-api-specification/pull/615)) - Added missing `status` to `/_search/template` response ([#702](https://github.com/opensearch-project/opensearch-api-specification/pull/702)) - Added `_type` to `rank_eval` API specs ([#704](https://github.com/opensearch-project/opensearch-api-specification/pull/704)) -- Added request body to `_search_shards` API specs ([#709](https://github.com/opensearch-project/opensearch-api-specification/pull/709)) - Added NodeAttributes as additional property in `shard_stores` API specs ([#715](https://github.com/opensearch-project/opensearch-api-specification/pull/715)) - Added missing `repository` query parameter to `/_cat/snapshots` ([#700](https://github.com/opensearch-project/opensearch-api-specification/pull/700)) - Added `sm` namespace API specifications ([#701](https://github.com/opensearch-project/opensearch-api-specification/pull/701)) diff --git a/tests/default/_core/search_shards.yaml b/tests/default/_core/search_shards.yaml index 318a6d23..a592208a 100644 --- a/tests/default/_core/search_shards.yaml +++ b/tests/default/_core/search_shards.yaml @@ -22,16 +22,5 @@ chapters: - synopsis: Verify the distribution of shards for the index. path: /_search_shards method: GET - response: - status: 200 - - - synopsis: Check routing behavior based on search criteria. - path: /_search_shards - method: POST - request: - payload: - query: - match: - title: To Kill a Mockingbird response: status: 200 \ No newline at end of file diff --git a/tests/default/indices/search_shards.yaml b/tests/default/indices/search_shards.yaml index bcb75596..01472073 100644 --- a/tests/default/indices/search_shards.yaml +++ b/tests/default/indices/search_shards.yaml @@ -24,18 +24,5 @@ chapters: parameters: index: movies method: GET - response: - status: 200 - - - synopsis: Check routing behavior based on search criteria. - path: /{index}/_search_shards - parameters: - index: movies - method: POST - request: - payload: - query: - match: - title: To Kill a Mockingbird response: status: 200 \ No newline at end of file