taler-docs

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

commit 0b3aa9fb660c722238dfcaafadcdb0a7926e1a4d
parent ce75d29a92777f108bac646b979f65c5ecec28df
Author: Florian Dold <florian@dold.me>
Date:   Thu, 25 Sep 2025 12:20:06 +0200

also return charity_pub in listing

Diffstat:
Mcore/api-donau.rst | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/core/api-donau.rst b/core/api-donau.rst @@ -593,6 +593,7 @@ The GET status requests require an authorized bearer token as well. interface CharitySummary{ charity_id: Integer; + charity_pub: EddsaPublicKey; name: string; max_per_year: Amount; receipts_to_date: Amount;