commit 573cd2b5d582b5e15f0fc6e452be27012a3be62b parent f981811b9b8fc7a6f43e144051b8b3e2c00fa903 Author: MS <ms@taler.net> Date: Fri, 21 Apr 2023 20:40:10 +0200 fix link to data type Diffstat:
| M | libeufin/api-nexus.rst | | | 20 | ++++++++++---------- |
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst @@ -905,15 +905,15 @@ Facades .. ts:def:: TalerAnastasisFacadeState - interface TalerFacadeState { - // Bank connection this facade relies on. - bankConnection: string; - // (Nexus local) bank account associated to this facade. - bankAccount: string; - // Whether the facade seeks reports or statements from the bank. - reserveTransferLevel?: string; - currency?: string; - } + interface TalerAnastasisFacadeState { + // Bank connection this facade relies on. + bankConnection: string; + // (Nexus local) bank account associated to this facade. + bankAccount: string; + // Whether the facade seeks reports or statements from the bank. + reserveTransferLevel?: string; + currency?: string; + } .. http:delete:: {nexus}/facades/{fcid} @@ -925,7 +925,7 @@ Facades **Request:** - .. code-block:: ts + .. ts:def:: FacadeInfo interface FacadeInfo { // Name of the facade, same as the "fcid" parameter.