From 97f1aa494582afead7cdc534fc245c6bdc2c7ead Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 12 May 2020 11:10:36 +0200 Subject: more structure to point at transports --- libeufin/api-nexus.rst | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst index 0bd35681..d0658ced 100644 --- a/libeufin/api-nexus.rst +++ b/libeufin/api-nexus.rst @@ -96,7 +96,23 @@ Bank Account Management uuid: string; // Specify the bank transport to use for the submission. - transport?: string; + transport?: Transport; + } + + + .. ts:def:: Transport + + + interface Transport { + + // Transport type: 'ebics', 'local', 'fints' (forthcoming). + // It must match one of the types actually implemented by + // nexus. + type: string; + + // A mnemonic identifier given by the user to one particular + // transport instance. + name: string; } :status 404 Not Found: the unique identifier **or** -- cgit v1.2.3