Skip to content

Commit 2779bf5

Browse files
Mark 'keep_alive' for 'open_point_in_time' API as required
Co-authored-by: Seth Michael Larson <[email protected]>
1 parent 17a3f63 commit 2779bf5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output/schema/schema.json

Lines changed: 1 addition & 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 & 1 deletion
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ export interface Request extends RequestBase {
3131
index: Indices
3232
}
3333
query_parameters: {
34-
keep_alive?: Time
34+
keep_alive: Time
3535
}
3636
}

0 commit comments

Comments
 (0)