From eef5a97a2440c091119a19ced21e97ff883baee9 Mon Sep 17 00:00:00 2001 From: Harsh Garg Date: Tue, 22 Oct 2024 19:46:48 +0530 Subject: [PATCH] Fixing description of list.indices Signed-off-by: Harsh Garg --- spec/namespaces/list.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/namespaces/list.yaml b/spec/namespaces/list.yaml index d1df1d043..2ac90f724 100644 --- a/spec/namespaces/list.yaml +++ b/spec/namespaces/list.yaml @@ -20,7 +20,7 @@ paths: operationId: list.indices.0 x-operation-group: list.indices x-version-added: '2.18' - description: 'Returns paginated information about indices including number of primaries and replicas, document counts, disk size, etc.' + description: Returns paginated information about indices including number of primaries and replicas, document counts, disk size, etc. externalDocs: url: https://opensearch.org/docs/latest/api-reference/list/list-indices/ parameters: @@ -49,7 +49,7 @@ paths: operationId: list.indices.1 x-operation-group: list.indices x-version-added: '2.18' - description: 'Returns paginated information about indices including number of primaries and replicas, document counts, disk size, etc.' + description: Returns paginated information about indices including number of primaries and replicas, document counts, disk size, etc. externalDocs: url: https://opensearch.org/docs/latest/api-reference/list/list-indices/ parameters: