opensearch-project / opensearch-api-specification

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

Corrected /{index}/_create/{id} 201 response. #669

Closed dblock closed 2 weeks ago

dblock commented 2 weeks ago

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.

github-actions[bot] commented 2 weeks ago

Changes Analysis

Commit SHA: fdc97ae2afc3221efbece2a4826e4f1a1e7a6896 Comparing To SHA: fce5721d72c946a7bf642a507ad1394984048039

API Changes

Summary

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

Report

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

API Coverage

Before After Δ
Covered (%) 588 (57.59 %) 588 (57.59 %) 0 (0 %)
Uncovered (%) 433 (42.41 %) 433 (42.41 %) 0 (0 %)
Unknown 40 40 0
github-actions[bot] commented 2 weeks ago

Spec Test Coverage Analysis

Total Tested
515 344 (66.8 %)