gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: return id from /info


From: gnunet
Subject: [taler-docs] branch master updated: return id from /info
Date: Thu, 02 Nov 2023 23:45:10 +0100

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new b58f700a return id from /info
b58f700a is described below

commit b58f700aab5f90fd5e5a3d4ce70011b27dfc7723
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Nov 2 23:45:06 2023 +0100

    return id from /info
---
 core/api-challenger.rst | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/core/api-challenger.rst b/core/api-challenger.rst
index 3047ebb0..05e4daca 100644
--- a/core/api-challenger.rst
+++ b/core/api-challenger.rst
@@ -327,17 +327,11 @@ Info
   .. ts:def:: ChallengerInfoResponse
 
     interface ChallengerInfoResponse {
-      // Validation status.
-      status: "success";
 
-      // Details about the validation.
-      data: ChallengerInfoData;
+      // Unique ID of the record within Challenger
+      // (identifies the rowid of the token).
+      id: Integer;
 
-    }
-
-  .. ts:def:: ChallengerInfoData
-
-    interface ChallengerInfoData {
       // Address that was validated.
       address: 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]