-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Security] Timeline OpenAPI documentation fixes #186458
[Security] Timeline OpenAPI documentation fixes #186458
Conversation
The route code intended the response to be `persistNote: res`. `res` was always undefined and therefore never returned. I changed the docs and the route code to match the behaviour. Ideally we would have removed the `data: {}` object here but that would create a new route version which seems overkill.
Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations) |
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: cc @janmonschke |
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.
Nice work! Validated that the errors from the spectral lint are resolved.
Gonna go ahead and merge the changes as I want to pull them into the code gen work here: #187172. Thanks! |
Summary
spectral lint
running with the recommended settings.Fixes #183812.