gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: update of the doc webhook


From: gnunet
Subject: [taler-docs] branch master updated: update of the doc webhook
Date: Wed, 01 Feb 2023 12:56:44 +0100

This is an automated email from the git hooks/post-receive script.

priscilla-huang pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new ff6234b  update of the doc webhook
ff6234b is described below

commit ff6234be35dd58027ace1cab5c6d4f6d5c2e6518
Author: priscilla <priscilla.huang@efrei.net>
AuthorDate: Wed Feb 1 06:56:14 2023 -0500

    update of the doc webhook
---
 core/api-merchant.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 93e414e..2b4cfd8 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3310,7 +3310,7 @@ Inspecting webhook
 
 .. http:get:: [/instances/$INSTANCES]/private/webhooks
 
-  This is used to return the list of all the webhooks.
+  This is used to return all the webhooks that are present in our backend.
 
   **Response:**
 
@@ -3324,16 +3324,16 @@ Inspecting webhook
 
     interface WebhookSummaryResponse {
 
-      // List of webhooks that are present in our backend.
-      webhooks_list: WebhookEntry[];
+      // Return webhooks that are present in our backend.
+      webhooks: WebhookEntry[];
 
    }
 
   The WebhookEntry object describes a webhook. It has the following structure:
 
-  .. ts:def:: WebhookEntry
+  .. ts:def:: WebhookSummaryResponse
 
-    interface WebhookEntry {
+    interface Webhook {
 
       // Webhook identifier, as found in the webhook.
       webhook_id: string;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]