aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-11-17 16:44:20 +0100
committerlain <lain@soykaf.club>2020-11-17 16:44:20 +0100
commite6d4d62f8547859d3c322621f001505ffe814503 (patch)
treea16c70471ec422a5c935526d3c8e571d4e4b13c2
parentbb9650f3c26c0a6155cfb15f5e4da8257316661a (diff)
downloadpleroma-e6d4d62f8547859d3c322621f001505ffe814503.tar.gz
Docs: Add info about frontend install error response
-rw-r--r--docs/API/admin_api.md6
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"
+}
+```