taler-docs

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

commit bf488d7e28a4624aa0dec45d6e340899c6b19fe8
parent 21a642316f6bf7a0b9faaec408b2929359757922
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Mon, 23 Jun 2025 22:15:35 +0200

typo

Diffstat:
Mcore/api-merchant.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1202,9 +1202,9 @@ Setting up instances .. http:post:: [/instances/$INSTANCE]/private/token Retrieve an access token for the merchant API for instance - ``$INSTANCE```. + ``$INSTANCE``. When accessed with a Bearer token for authentication, the token - must have scope ```token-refresh`` and the requested scope must be a subset + must have scope ``token-refresh`` and the requested scope must be a subset of the scope of the token. When accessed with Basic authentication the instance password must be provided along with ``$INSTANCE`` as username.