Skip to content

Commit d52897e

Browse files
Change fields property in FieldsCapabilitiesRequest to required (#1519)
Co-authored-by: Sylvain Wallez <[email protected]>
1 parent af3aa8c commit d52897e

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/field_caps/FieldCapabilitiesRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface Request extends RequestBase {
5151
/**
5252
* Comma-separated list of fields to retrieve capabilities for. Wildcard (`*`) expressions are supported.
5353
*/
54-
fields?: Fields
54+
fields: Fields
5555
/**
5656
* If `true`, missing or closed indices are not included in the response.
5757
* @server_default false

0 commit comments

Comments
 (0)