summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-06 22:27:11 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-06 22:27:15 +0200
commit846cb34e331cb528473ba55a61e823ce5f36bd56 (patch)
tree8758f9115a07a180b3ef483ea124957bb6e5caed
parente8391084ae70ffd1c10d6ecd3250ec627ec49b6d (diff)
downloaddocs-846cb34e331cb528473ba55a61e823ce5f36bd56.tar.gz
docs-846cb34e331cb528473ba55a61e823ce5f36bd56.tar.bz2
docs-846cb34e331cb528473ba55a61e823ce5f36bd56.zip
clarify API
-rw-r--r--core/api-merchant.rst4
1 files 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";