From: flisk Date: Sat, 18 Feb 2023 13:37:12 +0000 (+0100) Subject: update backwards compat notice in admin_api.md X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=439ec4913793b306706b148a1a6b9d344d0bc1df;p=akkoma update backwards compat notice in admin_api.md --- diff --git a/docs/docs/development/API/admin_api.md b/docs/docs/development/API/admin_api.md index 79cb573ac..958388879 100644 --- a/docs/docs/development/API/admin_api.md +++ b/docs/docs/development/API/admin_api.md @@ -2,7 +2,7 @@ Authentication is required and the user must be an admin. -The `/api/v1/pleroma/admin/*` path is backwards compatible with `/api/pleroma/admin/*` (`/api/pleroma/admin/*` will be deprecated in the future). +Backwards-compatibility for admin API endpoints without version prefixes (`/api/pleroma/admin/*`) has been removed as of Akkoma 3.6.0. Please use `/api/v1/pleroma/admin/*` instead. ## `GET /api/v1/pleroma/admin/users`