We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb1c1d commit 63fd4d0Copy full SHA for 63fd4d0
specification/cat/recovery/CatRecoveryRequest.ts
@@ -68,6 +68,10 @@ export interface Request extends CatRequestBase {
68
* @server_default false
69
*/
70
detailed?: boolean
71
+ /**
72
+ * Comma-separated list or wildcard expression of index names to limit the returned information
73
+ */
74
+ index?: Indices
75
/**
76
* List of columns to appear in the response. Supports simple wildcards.
77
0 commit comments