taler-docs

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

commit f6ea15959cb1df03fa64c25edca1b699ecdebb1c
parent da36c117a57fbfe6c49e77adde4d43314f9a2018
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Tue, 17 Dec 2024 13:04:08 +0100

properly mark up version numbers in protocol changes

Diffstat:
Mcore/api-bank-wire.rst | 26+++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/core/api-bank-wire.rst b/core/api-bank-wire.rst @@ -301,17 +301,17 @@ accounts are merged into a single history. **Request:** :query limit: *Optional.* - At most return the given number of results. Negative for descending by ``row_id``, positive for ascending by ``row_id``. Defaults to ``-20``. Since protocol v2. + At most return the given number of results. Negative for descending by ``row_id``, positive for ascending by ``row_id``. Defaults to ``-20``. Since protocol **v2**. :query offset: *Optional.* - Starting ``row_id`` for :ref:`pagination <row-id-pagination>`. Since protocol v2. + Starting ``row_id`` for :ref:`pagination <row-id-pagination>`. Since protocol **v2**. :query timeout_ms: *Optional.* - Timeout in milliseconds, for :ref:`long-polling <long-polling>`, to wait for at least one element to be shown. Only useful if *limit* is positive. Since protocol v2. + Timeout in milliseconds, for :ref:`long-polling <long-polling>`, to wait for at least one element to be shown. Only useful if *limit* is positive. Since protocol **v2**. :query delta: *Optional.* - Deprecated in protocol v2. Use *limit* instead. + Deprecated in protocol **v2**. Use *limit* instead. :query start: *Optional.* - Deprecated in protocol v2. Use *offset* instead. + Deprecated in protocol **v2**. Use *offset* instead. :query long_poll_ms: *Optional.* - Deprecated in protocol v2. Use *timeout_ms* instead. + Deprecated in protocol **v2**. Use *timeout_ms* instead. **Response:** @@ -364,7 +364,7 @@ accounts are merged into a single history. // Amount received before credit_fee. amount: Amount; - // Fee payed by the creditor. + // Fee paid by the creditor. // If not null, creditor actually received amount - credit_fee // @since **v3** credit_fee?: Amount; @@ -439,17 +439,17 @@ accounts are merged into a single history. **Request:** :query limit: *Optional.* - At most return the given number of results. Negative for descending by ``row_id``, positive for ascending by ``row_id``. Defaults to ``-20``. Since protocol v2. + At most return the given number of results. Negative for descending by ``row_id``, positive for ascending by ``row_id``. Defaults to ``-20``. Since protocol **v2**. :query offset: *Optional.* - Starting ``row_id`` for :ref:`pagination <row-id-pagination>`. Since protocol v2. + Starting ``row_id`` for :ref:`pagination <row-id-pagination>`. Since protocol **v2**. :query timeout_ms: *Optional.* - Timeout in milliseconds, for :ref:`long-polling <long-polling>`, to wait for at least one element to be shown. Only useful if *limit* is positive. Since protocol v2. + Timeout in milliseconds, for :ref:`long-polling <long-polling>`, to wait for at least one element to be shown. Only useful if *limit* is positive. Since protocol **v2**. :query delta: *Optional.* - Deprecated in protocol v2. Use *limit* instead. + Deprecated in protocol **v2**. Use *limit* instead. :query start: *Optional.* - Deprecated in protocol v2. Use *offset* instead. + Deprecated in protocol **v2**. Use *offset* instead. :query long_poll_ms: *Optional.* - Deprecated in protocol v2. Use *timeout_ms* instead. + Deprecated in protocol **v2**. Use *timeout_ms* instead. **Response:**