From: lain Date: Tue, 17 Nov 2020 15:44:20 +0000 (+0100) Subject: Docs: Add info about frontend install error response X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=e6d4d62f8547859d3c322621f001505ffe814503;p=akkoma Docs: Add info about frontend install error response --- diff --git a/docs/API/admin_api.md b/docs/API/admin_api.md index 4c72d3d61..19ac6a65f 100644 --- a/docs/API/admin_api.md +++ b/docs/API/admin_api.md @@ -1556,3 +1556,9 @@ Returns the content of the document } ] ``` + +```json +{ + "error": "Could not install frontend" +} +```