taler-docs

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

commit 9bbc32c0484be670f4a32cc3e9e4a0faae994851
parent d6a97e7a95b77e3e058ebbda25dce559c38d4de8
Author: Antoine A <>
Date:   Thu, 22 Feb 2024 16:26:34 +0100

Improve 2FA documentation

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

diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -1006,7 +1006,7 @@ Cashouts .. http:post:: /accounts/$USERNAME/challenge/$CHALLENGE_ID/confirm - Solves the ``CHALLENGE_ID`` challenge and performs the protected operation. + Solves the ``CHALLENGE_ID`` challenge and allows performing the protected operation. When the challenge is confirmed, you can call the protected endpoint again with ``CHALLENGE_ID`` in the ``X-Challenge-Id`` HTTP header and an empty request body.