taler-docs

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

commit 7adddb0302d2322b362bd152a3d6da578bf30c30
parent 060b99046b6b88c38e149916c667fa5ea209496f
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 04:38:32 -0400

change markup of ‘default’ from ' to ``

Diffstat:
Mcore/api-merchant.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -931,7 +931,7 @@ Setting up instances Update the authentication settings for an instance. POST operations against an instance are authenticated by checking that an authorization is provided that matches either the credential required by the instance being modified - OR the 'default' instance, depending on the access path used. + OR the ``default`` instance, depending on the access path used. **Request** the request must be an `InstanceAuthConfigurationMessage`.