From 23cb4f004f92eafb1a4a19f133034bfb9556f26d Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Thu, 12 Feb 2026 13:34:36 -0300 Subject: [PATCH] add notice about API progress and issue reporting in documentation --- templates/api_v2/api_documentation.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates/api_v2/api_documentation.html b/templates/api_v2/api_documentation.html index c3fbe06..e606119 100644 --- a/templates/api_v2/api_documentation.html +++ b/templates/api_v2/api_documentation.html @@ -129,6 +129,17 @@ +
+
+

+ {% trans 'This API is a work in progress and new endpoints are added as needed.' %}
+ {% trans 'Missing a method or feature?' %} + + {% trans 'Open an issue on GitHub' %} + +

+
+