Open Tokesh opened 15 hours ago
Commit SHA: c34aaec367b3404c7173225ab481b79e2d21d454 Comparing To SHA: c400057d94d5e034c9457b32d175d1e3e6439c26
└─┬Paths
├─┬/{index}/_search/template
│ ├─┬GET
│ │ └─┬Responses
│ │ └─┬200
│ │ └─┬application/json
│ │ └─┬Schema
│ │ └──[➕] properties (30447:15)
│ └─┬POST
│ └─┬Responses
│ └─┬200
│ └─┬application/json
│ └─┬Schema
│ └──[➕] properties (30447:15)
└─┬/_search/template
├─┬GET
│ └─┬Responses
│ └─┬200
│ └─┬application/json
│ └─┬Schema
│ └──[➕] properties (30447:15)
└─┬POST
└─┬Responses
└─┬200
└─┬application/json
└─┬Schema
└──[➕] properties (30447:15)
Document Element | Total Changes | Breaking Changes |
---|---|---|
paths | 4 | 0 |
The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/12103859048/artifacts/2257870562
Before | After | Δ | |
---|---|---|---|
Covered (%) | 599 (58.67 %) | 599 (58.67 %) | 0 (0 %) |
Uncovered (%) | 422 (41.33 %) | 422 (41.33 %) | 0 (0 %) |
Unknown | 42 | 42 | 0 |
Total | Tested |
---|---|
528 | 414 (78.41 %) |
Description
test for: GET /{index}/_search/template POST /{index}/_search/template GET /_search/template POST /_search/template
Issues Resolved
[#663]
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.