Skip to content

Commit

Permalink
docs: add deprecated APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Dec 12, 2024
1 parent 6598519 commit f520ee3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion website/docs/api/deprecation.md
Original file line number Diff line number Diff line change
@@ -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.
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.

0 comments on commit f520ee3

Please sign in to comment.