Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion specification/snapshot/create/SnapshotCreateRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface Request extends RequestBase {
*/
wait_for_completion?: boolean
}
body: {
body?: {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/**
* Determines how wildcard patterns in the `indices` parameter match data streams and indices.
* It supports comma-separated values such as `open,hidden`.
Expand Down
2 changes: 1 addition & 1 deletion specification/snapshot/restore/SnapshotRestoreRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export interface Request extends RequestBase {
*/
wait_for_completion?: boolean
}
body: {
body?: {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/**
* The feature states to restore.
* If `include_global_state` is `true`, the request restores all feature states in the snapshot by default.
Expand Down