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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HTTP/OAS] Added response schemas for
/api/status
#181277[HTTP/OAS] Added response schemas for
/api/status
#181277Changes from 5 commits
0b4572f
a2b40b4
91c44e2
deb50aa
2657980
d01eaae
c0d1958
028a0b8
ca0d408
a66ce77
fe94397
7d9c6e1
e6e5c1d
74f93db
89d8654
216fd31
e2d1657
c3e8c4a
586ad4f
9e4536e
998ee4e
db7d495
c791c95
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the current output, I see this string used in the operation summary. This is indeed the more critical field from a docs point of view, however we'll ultimately want to have both a summary and an (optional) description. Per https://spec.openapis.org/oas/latest#operation-object,
summary
is "A short summary of what the operation does" anddescription
is "A verbose explanation of the operation behavior. CommonMark syntax MAY be used for rich text representation". For example, you can see the different details I think we'd put in those areas inkibana/x-pack/plugins/actions/docs/openapi/bundled.json
Line 279 in 0c0cf0a
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.