mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-15 13:51:35 +00:00
Fix: series endpoint deprecation
This commit is contained in:
parent
d293edfc05
commit
bc1492129c
3 changed files with 6 additions and 6 deletions
|
|
@ -395,7 +395,8 @@ paths:
|
|||
get:
|
||||
operationId: getLibrarySeriesById
|
||||
summary: Get single series in library
|
||||
description: Get a single series in a library by ID on server.
|
||||
description: Get a single series in a library by ID on server. This endpoint is deprecated and `/api/series/{id}` should be used instead.
|
||||
deprecated: true
|
||||
tags:
|
||||
- Libraries
|
||||
requestBody:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue