taler-docs

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

commit 61279319a7813d8da388760bf1d64e0e9401fd32
parent 4d54ac1533a34fc9023a768d69d861639ca96a37
Author: Marcello Stanisci <ms@taler.net>
Date:   Mon, 11 May 2020 00:47:26 +0200

Define request type directly under Request section.

Diffstat:
Mlibeufin/api-nexus.rst | 15++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst @@ -48,7 +48,7 @@ Users Management **Details:** - .. ts:def:: CreateUserRequest + .. ts:def:: User interface User { @@ -251,14 +251,6 @@ to the real bank. Activate a new bank transport for the requesting user. **Request:** - Object of the type `BankTransport` - - **Response:** - - :status 409 Conflict: The ``name`` field exists already for - the requesting user. - - **Details:** .. ts:def:: BankTransport @@ -284,6 +276,11 @@ to the real bank. } + **Response:** + + :status 409 Conflict: The ``name`` field exists already for + the requesting user. + .. http:post:: <nexus>/bank-transports/<transport-name>/sendMSG. Perform the ``MSG`` operation offered by ``transport-name``