commit aa9931a4dd79c3a2a3cfaa4f64869031576bdbc4 parent 904c1fd43a406c8ad96ae38276ebfb079aa79baf Author: MS <ms@taler.net> Date: Fri, 14 May 2021 11:09:10 +0200 update nexus API Diffstat:
| M | libeufin/api-nexus.rst | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst @@ -490,7 +490,10 @@ Scheduling API type: string; // Currently only used for "fetch" operations - params: { level: "REPORT" | "STATEMENT" | "ALL"}; + params: { + level: "REPORT" | "STATEMENT" | "ALL"; + rangeType: "latest" | "all" | "previous-days" | "since-last"; + }; }