mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Clean up libraryController parameters
This commit is contained in:
parent
535e88f028
commit
8239422aee
1 changed files with 0 additions and 4 deletions
|
|
@ -140,8 +140,6 @@ paths:
|
|||
description: Update a single library by ID on server.
|
||||
tags:
|
||||
- Libraries
|
||||
parameters:
|
||||
$ref: '#/components/parameters/libraryId'
|
||||
requestBody:
|
||||
$ref: '#/components/requestBody/libraryName'
|
||||
$ref: '#/components/requestBody/libraryFolders'
|
||||
|
|
@ -161,8 +159,6 @@ paths:
|
|||
description: Delete a single library by ID on server and return the deleted object.
|
||||
tags:
|
||||
- Libraries
|
||||
parameters:
|
||||
$ref: '#/components/parameters/libraryId'
|
||||
responses:
|
||||
'200':
|
||||
$ref: '#/components/responses/library200'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue