gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: clarify API


From: gnunet
Subject: [taler-docs] branch master updated: clarify API
Date: Wed, 06 Sep 2023 22:27:18 +0200

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 846cb34e clarify API
846cb34e is described below

commit 846cb34e331cb528473ba55a61e823ce5f36bd56
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Sep 6 22:27:11 2023 +0200

    clarify API
---
 core/api-merchant.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 3cd8b2f6..6946bd09 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1041,9 +1041,9 @@ Setting up instances
    .. ts:def:: LoginTokenSuccessResponse
 
      interface LoginTokenSuccessResponse {
-       // The bearer token that can be used to access resources
+       // The login token that can be used to access resources
        // that are in scope for some time.
-       access_token: string;
+       token: string;
 
        // Scope of the token (which kinds of operations it will allow)
        scope: "readonly" | "write";

-- 
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]