opensearch-project / opensearch-api-specification

API specification for OpenSearch
Apache License 2.0
34 stars 62 forks source link

Fixed `POST` and `DELETE /_dangling/{index_uuid}` returning `202` #686

Closed dblock closed 4 days ago

dblock commented 5 days ago

Description

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.

github-actions[bot] commented 5 days ago

Changes Analysis

Commit SHA: f6b8a43c0c5625e7efe2cea646653c5a6fe7535e Comparing To SHA: 7e4e18e9f25b790911fa4af08014e6ee4d062f79

API Changes

Summary

├─┬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

Report

The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/11956880138/artifacts/2219662824

API Coverage

Before After Δ
Covered (%) 599 (58.67 %) 599 (58.67 %) 0 (0 %)
Uncovered (%) 422 (41.33 %) 422 (41.33 %) 0 (0 %)
Unknown 42 42 0
github-actions[bot] commented 5 days ago

Spec Test Coverage Analysis

Total Tested
528 372 (70.45 %)