-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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] Align docs to implementation for timeout parameters #108593
[DOCS] Align docs to implementation for timeout parameters #108593
Conversation
Documentation preview: |
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-distributed (Team:Distributed) |
@@ -37,7 +37,7 @@ defined, but can also include the default settings by calling the | |||
include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=flat-settings] | |||
|
|||
`include_defaults`:: | |||
(Optional, Boolean) If `true`, returns default cluster settings from the local node. | |||
(Optional, Boolean) If `true`, returns default cluster settings from the local node. |
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.
Sorry, IDE introduced noise. Will try and make that go away.
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.
This was due to .editorconfig
, I temporarily disabled it for this PR but it will happen again.
[*]
charset = utf-8
trim_trailing_whitespace = true # <----- here
insert_final_newline = true
indent_style = space
|
||
include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=master-timeout] | ||
//[[watcher-api-start-query-params]] | ||
//==== {api-query-parms-title} |
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.
Just commented out these headings so they're easier to add back when any query params are added
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
Great work! I have only a minor comment.
structure and defaulting
Closes #108224