aboutsummaryrefslogtreecommitdiff
path: root/docs/API
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-09-07 07:17:30 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-09-07 07:17:30 +0300
commit917d325972e3aeb367583c61aaa109d62fcba837 (patch)
treeda99f7f5de6d55a98b37d4ce2e2a2fc273c18fcb /docs/API
parent5ae56aafb2edc737f7e9fb36e00377815f028ce6 (diff)
downloadpleroma-917d325972e3aeb367583c61aaa109d62fcba837.tar.gz
added api spec
Diffstat (limited to 'docs/API')
-rw-r--r--docs/API/pleroma_api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/API/pleroma_api.md b/docs/API/pleroma_api.md
index 22f3ad7d6..567ad5732 100644
--- a/docs/API/pleroma_api.md
+++ b/docs/API/pleroma_api.md
@@ -49,7 +49,7 @@ Request parameters can be passed via [query strings](https://en.wikipedia.org/wi
* Method: `POST`
* Authentication: required
* Params:
- * `list`: STRING or FILE containing a whitespace-separated list of accounts to follow
+ * `list`: STRING or FILE containing a whitespace-separated list of accounts to block
* Response: HTTP 200 on success, 500 on error
## `/api/pleroma/mutes_import`
@@ -57,7 +57,7 @@ Request parameters can be passed via [query strings](https://en.wikipedia.org/wi
* Method: `POST`
* Authentication: required
* Params:
- * `list`: STRING or FILE containing a whitespace-separated list of accounts to follow
+ * `list`: STRING or FILE containing a whitespace-separated list of accounts to mute
* Response: HTTP 200 on success, 500 on error