From 21cdfe968250fffe1563725427c7110cd17a9dc4 Mon Sep 17 00:00:00 2001 From: Sokratis Papadopoulos Date: Wed, 24 Apr 2024 14:37:16 +0200 Subject: [PATCH] Update list notification channels url for externalDocs (#267) Signed-off-by: Sokratis Papadopoulos Co-authored-by: Sokratis Papadopoulos --- spec/namespaces/notifications.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/namespaces/notifications.yaml b/spec/namespaces/notifications.yaml index 42eb5fe1e..c34ad915a 100644 --- a/spec/namespaces/notifications.yaml +++ b/spec/namespaces/notifications.yaml @@ -10,9 +10,8 @@ paths: x-operation-group: notifications.list_channels x-version-added: '2.0' description: List created notification channels. - # TODO: Update url when this one is merged: https://github.com/opensearch-project/documentation-website/pull/6982 externalDocs: - url: https://opensearch.org/docs/latest/observing-your-data/notifications/api/#list-all-notification-configurations + url: https://opensearch.org/docs/latest/observing-your-data/notifications/api/#list-all-notification-channels responses: '200': $ref: '#/components/responses/notifications.list_channels@200'