docs: update API endpoint paths in documentation

This commit is contained in:
2026-04-29 11:51:52 +08:00
parent b93c3b0e78
commit d71672e40f
+2 -2
View File
@@ -1575,7 +1575,7 @@ Log messages are sent as JSON objects:
## Get Settings
**Endpoint:** `/settings/get`
**Endpoint:** `/system/settings/get`
**Method:** GET
**Auth Required:** Yes (token)
**Permission Level:** Superuser, Admin
@@ -1649,7 +1649,7 @@ key=ListenAddr
## Set Settings
**Endpoint:** `/settings/set`
**Endpoint:** `/system/settings/set`
**Method:** POST
**Content-Type:** application/json
**Auth Required:** Yes (token)