Skip to content

Commit

Permalink
Update rest-api-spec main (#2839)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 2, 2024
1 parent 8bc70a4 commit bf5ccf7
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 2 deletions.
16 changes: 16 additions & 0 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion output/schema/schema-serverless.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions specification/_json_spec/indices.get_data_stream.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
"master_timeout": {
"type": "time",
"description": "Specify timeout for connection to master"
},
"verbose": {
"type": "boolean",
"description": "Whether the maximum timestamp for each data stream should be calculated and returned (default: false)"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,10 @@ export interface Request extends RequestBase {
* @server_default 30s
*/
master_timeout?: Duration
/**
* Whether the maximum timestamp for each data stream should be calculated and returned.
* @server_default false
*/
verbose?: boolean
}
}

0 comments on commit bf5ccf7

Please sign in to comment.