commit b6ab10e7d9a5f3f5bdfc42ec261cb310b1f4d4f8
parent 47b4c292a77493d6ea6e9c207632a087867e8025
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sun, 3 Sep 2023 14:56:49 +0200
-fix API
Diffstat:
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git 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
@@ -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*.