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 Jan 17, 2025
1 parent 691a5fc commit fb9afee
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions website/docs/api/deprecation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,22 @@ The endpoint now accepts a partial DTO, and will only update fields that are pre

Deprecated since version: `1.15.0`

Use `GET /api/v1/series/list` instead.
Use `POST /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.
Use `POST /api/v1/series/list/alphabetical-groups` instead.

### GET /api/v1/books

Deprecated since version: `1.19.0`

Use `POST /api/v1/books/list` instead.

### GET /api/v1/series{seriesId}/books

Deprecated since version: `1.19.0`

Use `POST /api/v1/books/list` instead.

0 comments on commit fb9afee

Please sign in to comment.