commit 2e03711ac40e37daf7365b7eaff5be8283ab1313 parent 383931f2abff7e3f6260d697bd79739e64bb1428 Author: Antoine A <> Date: Mon, 26 Feb 2024 15:59:31 +0100 Update corebank API Diffstat:
| M | core/api-corebank.rst | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -382,6 +382,10 @@ Account Management // Is this a taler exchange account? is_taler_exchange: boolean; + + // Opaque unique ID used for pagination. + // @since v4, will become mandatory in the future. + row_id?: Integer; } .. http:get:: /accounts @@ -451,6 +455,10 @@ Account Management // Is this a taler exchange account? is_taler_exchange: boolean; + + // Opaque unique ID used for pagination. + // @since v4, will become mandatory in the future. + row_id?: Integer; } .. _bank-account-info: