Skip to content

Commit 63fd4d0

Browse files
committed
Add missing index parameter to _cat/recovery
1 parent dcb1c1d commit 63fd4d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

specification/cat/recovery/CatRecoveryRequest.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ export interface Request extends CatRequestBase {
6868
* @server_default false
6969
*/
7070
detailed?: boolean
71+
/**
72+
* Comma-separated list or wildcard expression of index names to limit the returned information
73+
*/
74+
index?: Indices
7175
/**
7276
* List of columns to appear in the response. Supports simple wildcards.
7377
*/

0 commit comments

Comments
 (0)