We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e4857 commit 0e75cf6Copy full SHA for 0e75cf6
debian/changelog
@@ -1,3 +1,10 @@
1
+linuxmuster-api7 (7.3.17) lmn73; urgency=medium
2
+
3
+ * Remove quote in keys for simplier auth in SwaggerUI
4
+ * New endpoint /schoolclass/9a/pdf_students_list for students' lists
5
6
+ -- Arnaud Kientz <arnaud@linuxmuster.net> Sat, 15 Nov 2025 13:13:52 +0100
7
8
linuxmuster-api7 (7.3.16) lmn73; urgency=medium
9
10
* No prefix for delete requests in projects
usr/lib/python3/dist-packages/linuxmusterApi/vars.py
@@ -1,4 +1,4 @@
-VERSION = "7.3.16"
+VERSION = "7.3.17"
TITLE = "Linuxmuster.net API"
DESCRIPTION = """
0 commit comments