diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/API/admin_api.md | 13 |
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 |