commit 2fd3f15b2bf81b5314644f480184127277489599
parent e9fce14f5e8539181980a567c311b943f0663708
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 18 Apr 2025 14:58:34 +0200
fix #9594
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/core/api-challenger.rst b/core/api-challenger.rst
@@ -272,8 +272,6 @@ Login
retransmission_time: Timestamp;
// how many times might the PIN still be retransmitted
-
- // how many times might the PIN still be retransmitted
// only present if challenge already created
// @since **v2**
pin_transmissions_left?: Integer;
diff --git a/core/index.rst b/core/index.rst
@@ -28,7 +28,8 @@ both APIs that are pre-existing as well as APIs specific to the project.
These *protocol specifications* define the interfaces between the core
components of GNU Taler. Most of these interfaces use HTTP-based RESTful
-protocols using JSON.
+protocols using JSON. In the documentation, we use TypeScript syntax to
+describe the JSON objects used in our REST APIs.
.. toctree::