summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 6946bd09..6e6c8822 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1042,7 +1042,9 @@ Setting up instances
interface LoginTokenSuccessResponse {
// The login token that can be used to access resources
- // that are in scope for some time.
+ // that are in scope for some time. Must be prefixed
+ // with "Bearer " when used in the "Authorization" HTTP header.
+ // Will already begin with the RFC 8959 prefix.
token: string;
// Scope of the token (which kinds of operations it will allow)