Skip to content

Commit 3d4dc3f

Browse files
[8.6] Add missing query parameters to 'open_point_in_time' API
Co-authored-by: Seth Michael Larson <[email protected]>
1 parent 7f49eec commit 3d4dc3f

File tree

4 files changed

+44
-5
lines changed

4 files changed

+44
-5
lines changed

output/schema/schema.json

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

output/schema/validation-errors.json

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

output/typescript/types.ts

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

specification/_global/open_point_in_time/OpenPointInTimeRequest.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
import { RequestBase } from '@_types/Base'
21-
import { Indices } from '@_types/common'
21+
import { ExpandWildcards, Indices, Routing } from '@_types/common'
2222
import { Duration } from '@_types/Time'
2323

2424
/**
@@ -41,5 +41,8 @@ export interface Request extends RequestBase {
4141
query_parameters: {
4242
keep_alive: Duration
4343
ignore_unavailable?: boolean
44+
preference?: string
45+
routing?: Routing
46+
expand_wildcards?: ExpandWildcards
4447
}
4548
}

0 commit comments

Comments
 (0)