commit dcc6149dd47cabba0686d38c24b173823e8ba1d7
parent 88ec2ff2f1c2492867aab1bfd6e86699be7022a0
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Mon, 29 Dec 2025 12:44:47 +0100
[core] consistent titles for API's
Diffstat:
5 files changed, 16 insertions(+), 17 deletions(-)
diff --git a/core/api-auditor.rst b/core/api-auditor.rst
@@ -15,9 +15,9 @@
@author Christian Grothoff
-============================
-The Auditor RESTful JSON API
-============================
+===================
+Auditor RESTful API
+===================
The API specified here follows the :ref:`general conventions <http-common>`
for all details not specified in the individual requests.
diff --git a/core/api-challenger.rst b/core/api-challenger.rst
@@ -17,9 +17,9 @@
.. _challenger-api:
-======================
-Challenger Service API
-======================
+==============================
+Challenger Service RESTful API
+==============================
The challenger service validates that a user is able to receive challenges at
an address (such as e-mail or SMS) and allows an OAuth 2.0 client to obtain
diff --git a/core/api-donau.rst b/core/api-donau.rst
@@ -20,9 +20,9 @@
.. _donau-api:
-=====================
-The Donau RESTful API
-=====================
+=================
+Donau RESTful API
+=================
The API specified here follows the :ref:`general conventions <http-common>`
for all details not specified in the individual requests.
diff --git a/core/api-ebisync.rst b/core/api-ebisync.rst
@@ -14,9 +14,9 @@
You should have received a copy of the GNU Affero General Public License along with
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
-=================
-Taler EbiSync API
-=================
+=========================
+Taler EbiSync RESTful API
+=========================
.. contents:: Table of Contents
:local:
@@ -132,4 +132,4 @@ Submit
interface SubmitResponse {
// EBICS upload order ID
order: string;
- }
-\ No newline at end of file
+ }
diff --git a/core/api-observability.rst b/core/api-observability.rst
@@ -18,9 +18,9 @@
.. _observability-api:
-=======================
-Taler Observability API
-=======================
+===============================
+Taler Observability RESTful API
+===============================
Introduction
------------