diff options
author | lain <lain@soykaf.club> | 2020-11-17 16:44:20 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-11-17 16:44:20 +0100 |
commit | e6d4d62f8547859d3c322621f001505ffe814503 (patch) | |
tree | a16c70471ec422a5c935526d3c8e571d4e4b13c2 | |
parent | bb9650f3c26c0a6155cfb15f5e4da8257316661a (diff) | |
download | pleroma-e6d4d62f8547859d3c322621f001505ffe814503.tar.gz |
Docs: Add info about frontend install error response
-rw-r--r-- | docs/API/admin_api.md | 6 |
1 files changed, 6 insertions, 0 deletions
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" +} +``` |