Merge branch 'frontend-admin-api' into 'develop'
[akkoma] / docs / API / admin_api.md
index cbf4b9134cb9b215e137140f40278633488d7593..19ac6a65f51e0dc49f08f87246f0a0a77bf50885 100644 (file)
@@ -1525,8 +1525,7 @@ Returns the content of the document
 ]
 ```
 
-
-## `POST /api/pleroma/admin/frontends
+## `POST /api/pleroma/admin/frontends/install`
 
 ### Install a frontend
 
@@ -1557,3 +1556,9 @@ Returns the content of the document
   }
 ]
 ```
+
+```json
+{
+  "error": "Could not install frontend"
+}
+```