From 367ffc5999535a9c48ad22f523e39e2e859db79c Mon Sep 17 00:00:00 2001 From: Neelesh Thakur <NThakur4@slb.com> Date: Wed, 29 Jul 2020 08:59:40 -0500 Subject: [PATCH] fix typo --- docs/tutorial/DataNotification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/DataNotification.md b/docs/tutorial/DataNotification.md index 6b235b5dd..93cc3a0d6 100644 --- a/docs/tutorial/DataNotification.md +++ b/docs/tutorial/DataNotification.md @@ -33,7 +33,7 @@ The topics below describe these steps/APIs in detail that allow consumers to cre Consumer uses Data notification "topics" API to view the list of supported notification topics and corresponding sample messages. ``` -POST api/register/v1/topics +GET api/register/v1/topics ``` <details><summary>curl</summary> -- GitLab