You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/namespaces/cat.yaml
+1-10
Original file line number
Diff line number
Diff line change
@@ -1063,16 +1063,14 @@ components:
1063
1063
parameters:
1064
1064
cat.aliases::path.name:
1065
1065
in: path
1066
-
name: name
1067
-
description: A comma-separated list of aliases to retrieve. Supports wildcards (`*`). To retrieve all aliases, omit this parameter or use `*` or `_all`.
description: Specifies the time units, for example, `5d` or `7h`. For more information, see [Supported units](https://opensearch.org/docs/latest/api-reference/units/).
A comma-separated list of data streams, indexes, and aliases used to limit the request.
409
+
Supports wildcards (`*`).
410
+
To target all data streams and indexes, omit this parameter or use `*` or `_all`.
407
411
oneOf:
408
412
- $ref: '#/components/schemas/IndexName'
409
413
- type: array
@@ -806,6 +810,7 @@ components:
806
810
required:
807
811
- found
808
812
Names:
813
+
description: A comma-separated list of aliases to retrieve. Supports wildcards (`*`). To retrieve all aliases, omit this parameter or use `*` or `_all`.
809
814
oneOf:
810
815
- $ref: '#/components/schemas/Name'
811
816
- type: array
@@ -888,6 +893,7 @@ components:
888
893
description: Time of day, expressed as HH:MM:SS.
889
894
type: string
890
895
TimeUnit:
896
+
description: Specifies the time units, for example, `5d` or `7h`. For more information, see [Supported units](https://opensearch.org/docs/latest/api-reference/units/).
0 commit comments