taler-docs

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

commit 7af5e5f6193fb41bb5ecbc0ec32458ab261250de
parent aa9931a4dd79c3a2a3cfaa4f64869031576bdbc4
Author: MS <ms@taler.net>
Date:   Fri, 14 May 2021 11:14:45 +0200

fix nexus API

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

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst @@ -491,7 +491,7 @@ Scheduling API // Currently only used for "fetch" operations params: { - level: "REPORT" | "STATEMENT" | "ALL"; + level: "report" | "statement" | "all"; rangeType: "latest" | "all" | "previous-days" | "since-last"; }; }