taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 722c37a9e385d9cc9d66edbfe2a17ffb7d528c26
parent ccd13e9f590ef382ed97e3f98d0ad93a3ebe1bc7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Apr 2023 22:54:55 +0200

-not returning credentials on GET

Diffstat:
Mcore/api-merchant.rst | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1244,6 +1244,9 @@ Inspecting instances 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. credit_facade_credentials?: FacadeCredentials; // true if this account is active,