Closed dblock closed 2 weeks ago
Commit SHA: fdc97ae2afc3221efbece2a4826e4f1a1e7a6896 Comparing To SHA: fce5721d72c946a7bf642a507ad1394984048039
├─┬Paths
│ └─┬/{index}/_create/{id}
│ ├─┬PUT
│ │ └─┬Responses
│ │ ├──[➕] codes (28041:7)
│ │ └──[➖] codes (28041:7)❌
│ └─┬POST
│ └─┬Responses
│ ├──[➕] codes (28041:7)
│ └──[➖] codes (28041:7)❌
└─┬Components
├──[➕] responses (28041:7)
└──[➖] responses (28041:7)❌
Document Element | Total Changes | Breaking Changes |
---|---|---|
paths | 4 | 2 |
components | 2 | 1 |
The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/11824258702/artifacts/2183897263
Before | After | Δ | |
---|---|---|---|
Covered (%) | 588 (57.59 %) | 588 (57.59 %) | 0 (0 %) |
Uncovered (%) | 433 (42.41 %) | 433 (42.41 %) | 0 (0 %) |
Unknown | 40 | 40 | 0 |
Total | Tested |
---|---|
515 | 344 (66.8 %) |
Description
A successful response from
/{index}/_create/{id}
is always a 201 it seems like.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.