taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit b58f700aab5f90fd5e5a3d4ce70011b27dfc7723
parent 01a8c1581a266d12af0d074c5d31c5dba37d51a5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  2 Nov 2023 23:45:06 +0100

return id from /info

Diffstat:
Mcore/api-challenger.rst | 12+++---------
1 file changed, 3 insertions(+), 9 deletions(-)

diff --git 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;