X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=docs%2FAPI%2Fadmin_api.md;h=5253dc6689cce569d3cb78514d9bf7969e49e167;hb=f1ca2ac64bf5a308401f3155360e94a058e99e4e;hp=cbf4b9134cb9b215e137140f40278633488d7593;hpb=08cbd655d14c74ced77e7af2c0acecf554e0ed91;p=akkoma diff --git a/docs/API/admin_api.md b/docs/API/admin_api.md index cbf4b9134..5253dc668 100644 --- a/docs/API/admin_api.md +++ b/docs/API/admin_api.md @@ -554,7 +554,7 @@ Response: * `show_role` * `skip_thread_containment` * `fields` - * `discoverable` + * `is_discoverable` * `actor_type` * Responses: @@ -1123,6 +1123,7 @@ Loads json generated from `config/descriptions.exs`. ```json [ { + "id": 1234, "data": { "actor": { "id": 1, @@ -1525,8 +1526,7 @@ Returns the content of the document ] ``` - -## `POST /api/pleroma/admin/frontends +## `POST /api/pleroma/admin/frontends/install` ### Install a frontend @@ -1557,3 +1557,9 @@ Returns the content of the document } ] ``` + +```json +{ + "error": "Could not install frontend" +} +```