diff --git a/specification/cat/recovery/CatRecoveryRequest.ts b/specification/cat/recovery/CatRecoveryRequest.ts index 68659bb2a3..b7c13e3520 100644 --- a/specification/cat/recovery/CatRecoveryRequest.ts +++ b/specification/cat/recovery/CatRecoveryRequest.ts @@ -68,6 +68,10 @@ export interface Request extends CatRequestBase { * @server_default false */ detailed?: boolean + /** + * Comma-separated list or wildcard expression of index names to limit the returned information + */ + index?: Indices /** * List of columns to appear in the response. Supports simple wildcards. */