From 566de614bb57bf65225a381545b088da9ad26686 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 20 Feb 2025 17:20:59 +0400 Subject: [PATCH] Add missing index parameter to _cat/recovery --- specification/cat/recovery/CatRecoveryRequest.ts | 4 ++++ 1 file changed, 4 insertions(+) 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. */