commit 931d80a60836e6ba1f3e7efc8e69624bc5b4ad2e parent bcb5bc4d524e589b4dba7234ec35f8e13c2cc67f Author: Sebastian <sebasjm@gmail.com> Date: Tue, 27 Jun 2023 08:28:48 -0300 short version of amount paramenter, same as claim and session Diffstat:
| M | draft-grothoff-taler.xml | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/draft-grothoff-taler.xml b/draft-grothoff-taler.xml @@ -533,14 +533,14 @@ also <xref target="taler-registry" />). <t>exchange_host: hostname of the exchange (possibly including a port number)</t> <t>exchange_prefix_path: list of path components that identifies the path prefix of the exchange base URL</t> <t>exchange_pub: the public key of the exchange</t> - <t>amount_value: default value to use for the withdrawal amount</t> + <t>amount_value: default value to use for the withdrawal amount, currency included</t> </list> </t> <t> <list style="symbols"> <t>Name: withdraw-exchange</t> -<t>Syntax: taler://withdraw-exchange/{exchange_host}{/exchange_prefix_path*}/{exchange_pub}{?amount=amount_value]}</t> -<t>Example: taler://withdraw-exchange/exchange.example.com/ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ABCDEFGHIJKLMNOP?amount=KUDOS:10</t> +<t>Syntax: taler://withdraw-exchange/{exchange_host}{/exchange_prefix_path*}/{exchange_pub}{?a=amount_value]}</t> +<t>Example: taler://withdraw-exchange/exchange.example.com/ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ABCDEFGHIJKLMNOP?a=KUDOS:10</t> <t>Contact: N/A</t> <t>References: [this.I-D]</t> </list>