taler-docs

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

commit d6657d860bb943bf85cbe7f3be538b09231b188e
parent 71782e169175c3741755455419ed9f252fbf7743
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 27 Mar 2025 17:09:25 +0100

-fix syntax

Diffstat:
Mcore/api-merchant.rst | 16++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1439,7 +1439,9 @@ Getting statistics } - .. ts:def:: MerchantStatisticAmountByBucket { + .. ts:def:: MerchantStatisticAmountByBucket + + interface MerchantStatisticAmountByBucket { // Start time of the bucket (inclusive) start_time: Timestamp; @@ -1455,7 +1457,9 @@ Getting statistics cumulative_amounts: Amount[]; } - .. ts:def:: MerchantStatisticAmountByInterval { + .. ts:def:: MerchantStatisticAmountByInterval + + interface MerchantStatisticAmountByInterval { // Start time of the interval. // The interval always ends at the response @@ -1502,7 +1506,9 @@ Getting statistics } - .. ts:def:: MerchantStatisticCounterByBucket { + .. ts:def:: MerchantStatisticCounterByBucket + + interface MerchantStatisticCounterByBucket { // Start time of the bucket (inclusive) start_time: Timestamp; @@ -1518,7 +1524,9 @@ Getting statistics cumulative_counter: Number; } - .. ts:def:: MerchantStatisticCounterByBucket { + .. ts:def:: MerchantStatisticCounterByBucket + + interface MerchantStatisticCounterByBucket { // Start time of the interval. // The interval always ends at the response