OAuth form user remembering feature. Local MastoFE login / logout fixes.
[akkoma] / docs / API / admin_api.md
index ca8c98728625a59343c46dbbb8ac46dc3608c0ce..266f8cef8e97ba546708d17dc07b9c2ebdeec697 100644 (file)
@@ -20,12 +20,14 @@ Configuration options:
     - `external`: only external users
     - `active`: only active users
     - `need_approval`: only unapproved users
+    - `unconfirmed`: only unconfirmed users
     - `deactivated`: only deactivated users
     - `is_admin`: users with admin role
     - `is_moderator`: users with moderator role
   - *optional* `page`: **integer** page number
   - *optional* `page_size`: **integer** number of users per page (default is `50`)
   - *optional* `tags`: **[string]** tags list
+  - *optional* `actor_types`: **[string]** actor type list (`Person`, `Service`, `Application`)
   - *optional* `name`: **string** user display name
   - *optional* `email`: **string** user email
 - Example: `https://mypleroma.org/api/pleroma/admin/users?query=john&filters=local,active&page=1&page_size=10&tags[]=some_tag&tags[]=another_tag&name=display_name&email=email@example.com`
@@ -552,7 +554,7 @@ Response:
   * `show_role`
   * `skip_thread_containment`
   * `fields`
-  * `discoverable`
+  * `is_discoverable`
   * `actor_type`
 
 * Responses:
@@ -1523,8 +1525,7 @@ Returns the content of the document
 ]
 ```
 
-
-## `POST /api/pleroma/admin/frontends
+## `POST /api/pleroma/admin/frontends/install`
 
 ### Install a frontend
 
@@ -1555,3 +1556,9 @@ Returns the content of the document
   }
 ]
 ```
+
+```json
+{
+  "error": "Could not install frontend"
+}
+```