-
Notifications
You must be signed in to change notification settings - Fork 25.7k
rest-api-spec: fix documentation URLs #137559
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
Conversation
|
Pinging @elastic/core-docs (Team:Docs) |
leemthompo
left a comment
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 with one question
| "ml.validate_detector": { | ||
| "documentation": { | ||
| "url": "https://www.elastic.co/guide/en/machine-learning/current/ml-jobs.html", | ||
| "url": null, |
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.
Not really, ml.validate_detector is related but different and private.
💔 Backport failed
You can use sqren/backport to manually backport by running |
(cherry picked from commit bb71252) # Conflicts: # rest-api-spec/src/main/resources/rest-api-spec/api/esql.get_query.json # rest-api-spec/src/main/resources/rest-api-spec/api/esql.list_queries.json # rest-api-spec/src/main/resources/rest-api-spec/api/ml.validate_detector.json # rest-api-spec/src/main/resources/rest-api-spec/api/project.tags.json
💔 Some backports could not be created
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit bb71252) # Conflicts: # rest-api-spec/src/main/resources/rest-api-spec/api/project.tags.json
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit bb71252) # Conflicts: # rest-api-spec/src/main/resources/rest-api-spec/api/esql.get_query.json # rest-api-spec/src/main/resources/rest-api-spec/api/esql.list_queries.json # rest-api-spec/src/main/resources/rest-api-spec/api/ml.validate_detector.json # rest-api-spec/src/main/resources/rest-api-spec/api/project.tags.json
This fixes some of the drift since I opened #133386.