From 61279319a7813d8da388760bf1d64e0e9401fd32 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 11 May 2020 00:47:26 +0200 Subject: Define request type directly under Request section. --- libeufin/api-nexus.rst | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'libeufin') diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst index bc3dacce..865b5faa 100644 --- 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:: /bank-transports//sendMSG. Perform the ``MSG`` operation offered by ``transport-name`` -- cgit v1.2.3