taler-docs

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

commit d4d17a563de7467986c618c71ffd93e60969722a
parent fc02c404f59c7776ba8a79e93e48d6dd38fb4960
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon, 29 Nov 2021 01:41:35 -0500

fix warning: use `` instead of ` as markup

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

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst @@ -309,13 +309,13 @@ rights on all of them. One of the main differences with the previous versions is the removal of the "/admin" initial component. If the administrator -authenticates for one operation, then this one is of type `admin`: +authenticates for one operation, then this one is of type ``admin``: no need for a dedicate and extra URI part. For example, mocking transactions in the system was a typical /admin-operation, but since transactions themselves are resources and any resource is subject to CRUD operations, then mocking one -becomes just a `C` operation on the 'transactions' resources. If +becomes just a ``C`` operation on the 'transactions' resources. If a test case wants to simplify the authentication - by hard-coding the credentials, for example - before mocking one transaction, then it can impersonate the administrator.