Merge branch 'fix-link-color' into 'develop'
[akkoma] / docs / API / admin_api.md
index 42071376ef4099d60e96cb6b4fb3078b6e9f0c95..4b143e4eec0d7c7df57bf2d599a0f3b596fa65c6 100644 (file)
@@ -246,6 +246,24 @@ Note: Available `:permission_group` is currently moderator and admin. 404 is ret
 }
 ```
 
+## `PATCH /api/pleroma/admin/users/approve`
+
+### Approve user
+
+- Params:
+  - `nicknames`: nicknames array
+- Response:
+
+```json
+{
+  users: [
+    {
+      // user object
+    }
+  ]
+}
+```
+
 ## `GET /api/pleroma/admin/users/:nickname_or_id`
 
 ### Retrive the details of a user