-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Fleet] Fix missing item in output openapi specs #168938
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Pinging @elastic/fleet (Team:Fleet) |
💚 Build Succeeded
Metrics [docs]
To update your PR or re-run it, just comment with: cc @criamico |
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.
🚀
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.
LGTM!
Fixes elastic#167181 ## Summary Fix of Fleet openapi specs: `item` was mistakenly removed in the responses of these two endpoints: - GET /outputs/{outputId} - PUT /outputs/{outputId} Adding back the missing fields to align the actual behavior with the docs. ### Checklist - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials
Fixes #167181
Summary
Fix of Fleet openapi specs:
item
was mistakenly removed in the responses of these two endpoints:Adding back the missing fields to align the actual behavior with the docs.
Checklist