opensearch-project / opensearch-api-specification

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

Added `HEAD /{index}/_doc/{id}` returning `404`. #670

Closed dblock closed 2 weeks ago

dblock commented 2 weeks ago

Description

Added HEAD /{index}/_doc/{id} returning 404.

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: 55c62adb344eac878bd5049f467477700969caa0 Comparing To SHA: fce5721d72c946a7bf642a507ad1394984048039

API Changes

Summary

├─┬Paths
│ └─┬/{index}/_doc/{id}
│   └─┬HEAD
│     └─┬Responses
│       └──[➕] codes (28143:7)
└─┬Components
  └──[➕] responses (28143:7)
Document Element Total Changes Breaking Changes
paths 1 0
components 1 0

Report

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

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 343 (66.6 %)