taler-docs

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

commit 4d657c2e055a93a5dc94300841379e037b84d006
parent 7391444394e0b69101d1cc83d6af0437701a9b78
Author: Sebastian <sebasjm@gmail.com>
Date:   Mon,  1 Jul 2024 15:29:10 -0300

fixed request definition

Diffstat:
Mcore/api-challenger.rst | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/core/api-challenger.rst b/core/api-challenger.rst @@ -92,6 +92,8 @@ verified address of the user. .. include:: tos.rst +.. _challenger-config: + ----------------------- Receiving Configuration ----------------------- @@ -281,7 +283,8 @@ Challenge **Request:** Body should use the mime-type "application/x-www-form-urlencoded". - The posted form data must contain an "address". + The posted form data must contain an object that follow the restrictions + defined in :ref:`config <challenger-config>`. **Response:** @@ -383,7 +386,8 @@ Solve **Request:** - Depends on the form from ``/challenge``. TBD. + Body should use the mime-type "application/x-www-form-urlencoded". + The posted form data must contain a "pin" field. **Response:**