taler-docs

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

commit ce766ea132770e8cd47f4e1d6502ebfcd9f2a54d
parent c3777818d839ad9f92c6fbea670aa63d32548d10
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 23 Sep 2025 11:36:21 +0200

use charity_id instead of charity-id in POST /charity API, see #10441

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

diff --git a/core/api-donau.rst b/core/api-donau.rst @@ -679,7 +679,7 @@ The GET status requests require an authorized bearer token as well. .. ts:def:: CharityResponse interface CharityResponse{ - id: Integer; + charity_id: Integer; }