[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: -fix API
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: -fix API |
Date: |
Sun, 03 Sep 2023 14:56:53 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new b6ab10e7 -fix API
b6ab10e7 is described below
commit b6ab10e7d9a5f3f5bdfc42ec261cb310b1f4d4f8
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Sep 3 14:56:49 2023 +0200
-fix API
---
core/api-merchant.rst | 9 ++-------
manpages/taler-aggregator-benchmark.1.rst | 2 +-
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 80314473..56c6e3c5 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1460,6 +1460,8 @@ into any of the active bank accounts of an instance.
// sensitive data). Can be set in POST
// or PATCH requests to update (or delete) credentials.
// To really delete credentials, set them to the type: "none".
+ // If the argument is omitted, the old credentials
+ // are simply preserved.
credit_facade_credentials?: FacadeCredentials;
}
@@ -1501,13 +1503,6 @@ into any of the active bank accounts of an instance.
// about incoming wire transfers to this account.
credit_facade_url?: string;
- // Credentials to use when accessing the credit facade.
- // Never returned on a GET (as this may be somewhat
- // sensitive data). Can be set in POST
- // or PATCH requests to update (or delete) credentials.
- // To really delete credentials, set them to the type: "none".
- credit_facade_credentials?: FacadeCredentials;
-
// true if this account is active,
// false if it is historic.
active: boolean;
diff --git a/manpages/taler-aggregator-benchmark.1.rst
b/manpages/taler-aggregator-benchmark.1.rst
index b9e5bce6..7047f6f7 100644
--- a/manpages/taler-aggregator-benchmark.1.rst
+++ b/manpages/taler-aggregator-benchmark.1.rst
@@ -34,7 +34,7 @@ starting multiple **taler-exchange-aggregator** processes)
and instead only
prepares the database with synthetic work.
**-c** *CONFIG_FILENAME* \| **--config=**\ \ *CONFIG_FILENAME*
- (Mandatory) Use CONFIG_FILENAME.
+ (Mandatory) Use CONFIG_FILENAME as the name for the configuration file.
**-d** *DN* \| **--deposits=**\ \ *DN*
How many deposits should be instantiated *per merchant*.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: -fix API,
gnunet <=