Updated LibraryItemController Paths (See description)

Added missing abridged
Fixed wrong type on start of bookChapter
Added missing libraryFile for LibraryItem
Added missing type to id in media
This commit is contained in:
Vito0912 2024-07-29 21:44:43 +02:00
parent 11826c37a3
commit e6d4e89bd1
6 changed files with 49 additions and 6 deletions

View file

@ -92,3 +92,20 @@ components:
description: The MIME type of the audio file.
type: string
example: audio/mpeg
libraryFile:
type: object
description: A library file. Includes the path and metadata of the file.
properties:
ino:
$ref: '../../schemas.yaml#/components/schemas/inode'
addedAt:
$ref: '../../schemas.yaml#/components/schemas/addedAt'
updatedAt:
$ref: '../../schemas.yaml#/components/schemas/updatedAt'
fileType:
description: The type of file.
type: string
example: audio
metadata:
$ref: '../metadata/FileMetadata.yaml#/components/schemas/fileMetadata'