summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libeufin/api-nexus.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index c9fb6890..bb5148ed 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -6,6 +6,24 @@ Nexus API
HTTP API
========
+Configuration
+-------------
+
+Returns configuration values currently used by Nexus.
+
+.. http:get:: {nexusBase}/config
+
+ **Response:**
+
+ .. ts:def:: ConfigResponse
+
+ interface ConfigResponse {
+
+ // Database connection string.
+ database: string;
+ }
+
+
Authentication
--------------