aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-10-14 09:26:05 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2021-03-20 08:36:27 +0300
commit35e85734838e5318a8ca2c48fb0e67750621941b (patch)
tree610963b4c2044430cd7d0fa515209c3339e27f9f /docs
parenta9bc652ab9f4880566a823d3d67fe0247f7954f4 (diff)
downloadpleroma-35e85734838e5318a8ca2c48fb0e67750621941b.tar.gz
added `/api/pleroma/admin/users/tag`
Diffstat (limited to 'docs')
-rw-r--r--docs/development/API/admin_api.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/development/API/admin_api.md b/docs/development/API/admin_api.md
index 8f855d251..63e287b88 100644
--- a/docs/development/API/admin_api.md
+++ b/docs/development/API/admin_api.md
@@ -119,6 +119,19 @@ The `/api/v1/pleroma/admin/*` path is backwards compatible with `/api/pleroma/ad
}
```
+## `GET /api/v1/pleroma/admin/users/tag`
+
+### List tags
+
+- Params: None
+
+- Response:
+
+``` json
+["verify", "mrf_tag:media-force-nsfw"]
+
+```
+
## `PUT /api/v1/pleroma/admin/users/tag`
### Tag a list of users