commit de27db0620b00bcb10406cb834b48e4d8d421550
parent 6db93e3eae29c04585ce9497731e48dfaea74f61
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 25 Nov 2020 22:31:29 +0100
use payto_ prefix
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -666,7 +666,7 @@ Management operations authorized by master key
interface WireSetupMessage {
// payto:// URL identifying the account and wire method
- url: string;
+ payto_uri: string;
// Salt value (used when hashing 'url' to verify signature)
salt: string;
@@ -716,7 +716,7 @@ Management operations authorized by master key
interface WireTeardownMessage {
// payto:// URL identifying the account and wire method
- url: string;
+ payto_uri: string;
// Signature using the exchange's offline key
// with purpose TALER_SIGNATURE_MASTER_WIRE_DETAILS.
@@ -766,6 +766,8 @@ This part of the API is for the use by auditors interacting with the exchange.
:http:statuscode:`412 Precondition failed`:
This auditor is not yet known to the exchange.
+ **Details:**
+
.. ts:def:: AuditorSignatureAddMessage
interface AuditorSignatureAddMessage {