[OAS] Add description and response examples to /api/status#267355
Merged
TinaHeiligers merged 5 commits intoelastic:mainfrom May 5, 2026
Merged
[OAS] Add description and response examples to /api/status#267355TinaHeiligers merged 5 commits intoelastic:mainfrom
TinaHeiligers merged 5 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/kibana-core (Team:Core) |
jloleysens
approved these changes
May 5, 2026
Contributor
💛 Build succeeded, but was flaky
Failed CI Steps
Test Failures
Metrics [docs]
History
|
Contributor
|
Starting backport for target branches: 9.4 https://github.com/elastic/kibana/actions/runs/25384526705 |
Contributor
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
2 tasks
Contributor
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an operation
descriptionand response examples toGET /api/status.kbn-validate-oasflags three errors for missing operationdescription, missingexampleson the200response, and missingexampleson the503response.This PR adds them.
Note:
The original issue framed this as a discriminator gap at the time of opening the issue.
With recent work, the validator's actual signal is now missing description plus examples.
Fixes #265889
Relates to #256462
How to test this
Should report 0 errors on both
kibana.yamlandkibana.serverless.yaml.Checklist
Identify risks
Low risk: additive OAS metadata describing what the handler already returns.
fullStatusResponseand are colocated with the route, so future shape changes surface in reviewCo-Authored-By: Claude Opus 4.7