-
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
[OAS] Add mute_all and unmute_all response codes #190265
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Pinging @elastic/response-ops (Team:ResponseOps) |
@adcoelho If you have a moment to offer advice, the logs contain the following error:
So it seems like simply copying the response info from https://github.com/elastic/kibana/blob/main/x-pack/plugins/alerting/server/routes/rule/apis/mute_alert/mute_alert.ts was insufficient to pass these checks. |
it looks almost the same but not quite 😄 I missed it too. I added some comments with fix suggestions. |
Co-authored-by: Antonio <[email protected]>
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
Co-authored-by: Antonio <[email protected]> Co-authored-by: Jean-Louis Leysens <[email protected]> (cherry picked from commit 945784b)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
4 similar comments
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Summary
Relates to #189962
This PR adds the response codes and parameter descriptions for the alerting unmute all and mute all APIs.