summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-01-12 23:25:55 +0100
committerMS <ms@taler.net>2021-01-12 23:25:55 +0100
commit7fdb6a21a7c05e9b01c462919e25ec91f5651dfa (patch)
tree78d7b68aae1be39015d1692b684b9766a48c173c
parent5eec815a29c075ceeaf157c8dd8dbec11efa3e95 (diff)
downloaddocs-7fdb6a21a7c05e9b01c462919e25ec91f5651dfa.tar.gz
docs-7fdb6a21a7c05e9b01c462919e25ec91f5651dfa.tar.bz2
docs-7fdb6a21a7c05e9b01c462919e25ec91f5651dfa.zip
nexus tells general facades info
-rw-r--r--libeufin/api-nexus.rst19
1 files changed, 18 insertions, 1 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index e32f3ce8..12164f21 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -677,7 +677,24 @@ Facades
.. http:get:: <nexus>/facades
- List available facades.
+ List available facades that belong to the requesting user.
+
+ **Response:**
+
+ .. code-block:: ts
+
+ interface FacadeShowInfo {
+
+ // Name of the facade, same as the "fcid" parameter.
+ name: string;
+
+ // Type of the facade.
+ // For example, "taler-wire-gateway".
+ type: string;
+
+ // Bas URL of the facade.
+ baseUrl: string;
+ }
.. http:post:: {nexus}/facades