logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: e6d4d62f8547859d3c322621f001505ffe814503
parent bb9650f3c26c0a6155cfb15f5e4da8257316661a
Author: lain <lain@soykaf.club>
Date:   Tue, 17 Nov 2020 16:44:20 +0100

Docs: Add info about frontend install error response

Diffstat:

Mdocs/API/admin_api.md6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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" +} +```