Skip to content
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

Fix Snapshot Docs Listing Query Params in Body Incorrectly (#74196) #74206

Merged
merged 1 commit into from
Jun 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ NOTE: Using `_all` in a request fails if any snapshots are unavailable.
Set <<get-snapshot-api-ignore-unavailable,`ignore_unavailable`>> to `true` to return only available snapshots.

[role="child_attributes"]
[[get-snapshot-api-request-body]]
==== {api-request-body-title}
[[get-snapshot-api-query-params]]
==== {api-query-parms-title}

include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=master-timeout]

[[get-snapshot-api-ignore-unavailable]]
`ignore_unavailable`::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@ To retrieve a list of all snapshots in a specified repository, omit this paramet
NOTE: Wildcard (`*`) expressions are not supported for `<snapshot>`.

[role="child_attributes"]
[[get-snapshot-status-api-request-body]]
==== {api-request-body-title}
[[get-snapshot-status-api-query-params]]
==== {api-query-parms-title}

include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=master-timeout]

`ignore_unavailable`::
(Optional, Boolean)
Expand Down