From 439ec4913793b306706b148a1a6b9d344d0bc1df Mon Sep 17 00:00:00 2001 From: flisk Date: Sat, 18 Feb 2023 14:37:12 +0100 Subject: [PATCH] update backwards compat notice in admin_api.md --- docs/docs/development/API/admin_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`