Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Allow SnapshotState or SnapshotState[]
  • Loading branch information
JeremyDahlgren committed Jun 18, 2025
commit 11640f2d4ea5cf7834a9414cabe251f5c1b64dbb
3 changes: 1 addition & 2 deletions specification/snapshot/get/SnapshotGetRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,10 @@ export interface Request extends RequestBase {
/**
* Only return snapshots with a state found in the given comma-separated list of snapshot states.
* The default is all snapshot states.
* @server_default All snapshot states
* @availability stack since=9.1.0
* @availability serverless
*/
state?: SnapshotState
state?: SnapshotState | SnapshotState[]
/**
* If `true`, returns additional information about each snapshot such as the version of Elasticsearch which took the snapshot, the start and end times of the snapshot, and the number of shards snapshotted.
*
Expand Down