Skip to content

Commit cc89d2c

Browse files
Add features_states parameter in snapshot.restore (#2067) (#2069)
Co-authored-by: Enrico Zimuel <[email protected]>
1 parent 3886f64 commit cc89d2c

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

output/schema/schema.json

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/snapshot/restore/SnapshotRestoreRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export interface Request extends RequestBase {
3737
wait_for_completion?: boolean
3838
}
3939
body: {
40+
feature_states?: string[]
4041
ignore_index_settings?: string[]
4142
ignore_unavailable?: boolean
4243
include_aliases?: boolean

0 commit comments

Comments
 (0)