-
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
[DOCS] Create open API specification for update/get/delete rule #147407
Conversation
Documentation preview: |
Pinging @elastic/response-ops (Team:ResponseOps) |
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!
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: |
(cherry picked from commit d35296e)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…148679) # Backport This will backport the following commits from `main` to `8.6`: - [[DOCS] Create open API specification for update rule (#147407)](#147407) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-01-10T17:27:58Z","message":"[DOCS] Create open API specification for update rule (#147407)","sha":"d35296ea3b5390e6ee5d3d6163abc27161c2c778","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Alerting","release_note:skip","Team:ResponseOps","docs","backport:prev-minor","v8.7.0","8.6.1"],"number":147407,"url":"https://github.com/elastic/kibana/pull/147407","mergeCommit":{"message":"[DOCS] Create open API specification for update rule (#147407)","sha":"d35296ea3b5390e6ee5d3d6163abc27161c2c778"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/147407","number":147407,"mergeCommit":{"message":"[DOCS] Create open API specification for update rule (#147407)","sha":"d35296ea3b5390e6ee5d3d6163abc27161c2c778"}}]}] BACKPORT-->
Summary
Relates to #137240, #144566
This PR adds the new last_run and next_run properties to the update rule API and get rule API docs.
It also creates the open API specification for the update rule, get rule, and delete rule APIs.