Skip to content

Commit cfd0740

Browse files
authored
Add 'time' parameter to cat.indices API (#1988)
1 parent 0f1a368 commit cfd0740

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

output/schema/schema.json

Lines changed: 13 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 & 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/cat/indices/CatIndicesRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
import { CatRequestBase } from '@cat/_types/CatBase'
2121
import { Bytes, ExpandWildcards, HealthStatus, Indices } from '@_types/common'
22+
import { TimeUnit } from '@_types/Time'
2223

2324
/**
2425
* @rest_spec_name cat.indices
@@ -36,5 +37,6 @@ export interface Request extends CatRequestBase {
3637
health?: HealthStatus
3738
include_unloaded_segments?: boolean
3839
pri?: boolean
40+
time?: TimeUnit
3941
}
4042
}

0 commit comments

Comments
 (0)