taler-docs

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

commit 659ac129834d3a56b73883a780ccc31a76c29db5
parent 092a99488fade846489388e2f3860a87fdb47467
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri, 29 Mar 2024 17:42:25 -0300

fixing docs

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 @@ -1284,7 +1284,7 @@ Inspecting instances // Authentication configuration. // Does not contain the token when token auth is configured. auth: { - type: "external" | "token"; + method: "external" | "token"; }; }