From f520ee31a3a2a39cc0ebd5e40b8c2b50d9a1f2c2 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 12 Dec 2024 16:39:04 +0800 Subject: [PATCH] docs: add deprecated APIs --- website/docs/api/deprecation.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/website/docs/api/deprecation.md b/website/docs/api/deprecation.md index 1bca39a7d..ceb9937d4 100644 --- a/website/docs/api/deprecation.md +++ b/website/docs/api/deprecation.md @@ -11,4 +11,16 @@ Deprecated since version: `1.3.0` Use `PATCH /api/v1/libraries/{libraryId}` instead, without any change needed. The `PUT` endpoint redirects to the `PATCH` endpoint internally. -The endpoint now accepts a partial DTO, and will only update fields that are present. \ No newline at end of file +The endpoint now accepts a partial DTO, and will only update fields that are present. + +### GET /api/v1/series + +Deprecated since version: `1.15.0` + +Use `GET /api/v1/series/list` instead. + +### GET /api/v1/alphabetical-groups + +Deprecated since version: `1.15.0` + +Use `GET /api/v1/series/list/alphabetical-groups` instead. \ No newline at end of file