mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 20:31:36 +00:00
Generic libraryId
This commit is contained in:
parent
c89bd1b414
commit
c9832cab99
1 changed files with 6 additions and 3 deletions
|
|
@ -20,13 +20,16 @@ const { filePathToPOSIX } = require('../utils/fileUtils')
|
|||
* description: The library ID for any libraries after 2.3.0.
|
||||
* format: uuid
|
||||
* example: e4bb1afb-4a4f-4dd6-8be0-e615d233185b
|
||||
* libraryId:
|
||||
* type: string
|
||||
* anyOf:
|
||||
* - $ref: '#/components/schemas/oldLibraryId'
|
||||
* - $ref: '#/components/schemas/newLibraryId'
|
||||
* library:
|
||||
* type: object
|
||||
* properties:
|
||||
* id:
|
||||
* oneOf:
|
||||
* - $ref: '#/components/schemas/oldLibraryId'
|
||||
* - $ref: '#/components/schemas/newLibraryId'
|
||||
* $ref: '#/components/schemas/libraryId'
|
||||
* name:
|
||||
* type: string
|
||||
* description: The name of the library.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue