Closed dblock closed 4 days ago
Commit SHA: f6b8a43c0c5625e7efe2cea646653c5a6fe7535e Comparing To SHA: 7e4e18e9f25b790911fa4af08014e6ee4d062f79
├─┬Paths
│ └─┬/_dangling/{index_uuid}
│ ├─┬POST
│ │ └─┬Responses
│ │ ├──[➕] codes (28419:7)
│ │ └──[➖] codes (28419:7)❌
│ └─┬DELETE
│ └─┬Responses
│ ├──[➕] codes (28413:7)
│ └──[➖] codes (28413:7)❌
└─┬Components
├──[➖] responses (28413:7)❌
├──[➖] responses (28419:7)❌
├──[➕] responses (28419:7)
└──[➕] responses (28413:7)
Document Element | Total Changes | Breaking Changes |
---|---|---|
paths | 4 | 2 |
components | 4 | 2 |
The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/11956880138/artifacts/2219662824
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 | 372 (70.45 %) |
Description
POST
andDELETE /_dangling/{index_uuid}
returning 202.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.