mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-13 04:41:36 +00:00
Fixed linting warnings for paths
This commit is contained in:
parent
a90e79657b
commit
6321c76d32
3 changed files with 7 additions and 5 deletions
|
|
@ -155,7 +155,7 @@ class CollectionController {
|
|||
* schema:
|
||||
* $ref: '#/components/schemas/collectionExpanded'
|
||||
* 403:
|
||||
* A user with update permissions is required to update collections
|
||||
* description: A user with update permissions is required to update collections
|
||||
* 404:
|
||||
* description: No collection with the specified ID exists
|
||||
*/
|
||||
|
|
@ -280,12 +280,13 @@ class CollectionController {
|
|||
* type: string
|
||||
* responses:
|
||||
* 200:
|
||||
* description: OK
|
||||
* content:
|
||||
* application/json:
|
||||
* schema:
|
||||
* $ref: '#/components/schemas/collectionExpanded'
|
||||
* 403:
|
||||
* A user with update permissions is required to update collections
|
||||
* description: A user with update permissions is required to update collections
|
||||
* 404:
|
||||
* description: No collection with the specified ID exists
|
||||
* 500:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue