Update libraries.yaml

This commit is contained in:
Luke Hagar
2024-01-18 17:35:37 -06:00
parent 479d943558
commit 032037df44

View File

@@ -22,65 +22,125 @@ get:
type: object
properties:
size:
type: number
type: integer
format: int32
example: 5
allowSync:
type: boolean
example: false
title1:
type: string
example: Plex Library
Directory:
type: array
items:
type: object
properties:
allowSync:
type: boolean
art:
type: string
composite:
type: string
filters:
type: boolean
refreshing:
type: boolean
thumb:
type: string
key:
type: string
type:
type: string
title:
type: string
agent:
type: string
scanner:
type: string
language:
type: string
uuid:
type: string
updatedAt:
type: number
createdAt:
type: number
scannedAt:
type: number
content:
type: boolean
directory:
type: boolean
contentChangedAt:
type: number
hidden:
type: number
- type: object
properties:
allowSync:
type: boolean
example: true
art:
type: string
example: /:/resources/movie-fanart.jpg
composite:
type: string
example: /library/sections/1/composite/1705615584
filters:
type: boolean
example: true
refreshing:
type: boolean
example: false
thumb:
type: string
example: /:/resources/movie.png
key:
type: string
example: "1"
type:
type: string
example: movie
title:
type: string
example: Movies
agent:
type: string
example: tv.plex.agents.movie
scanner:
type: string
example: Plex Movie
language:
type: string
example: en-US
uuid:
type: string
example: 322a231a-b7f7-49f5-920f-14c61199cd30
updatedAt:
type: integer
format: int32
example: 1705615634
createdAt:
type: integer
format: int32
example: 1654131312
scannedAt:
type: integer
format: int32
example: 1705615584
content:
type: boolean
example: true
directory:
type: boolean
example: true
contentChangedAt:
type: integer
format: int32
example: 3192854
hidden:
type: integer
format: int32
example: 0
Location:
type: array
items:
- type: object
properties:
id:
type: integer
format: int32
example: 1
path:
type: string
example: /movies
example:
- id: 1
path: /movies
example:
- allowSync: true
art: /:/resources/movie-fanart.jpg
composite: /library/sections/1/composite/1705615584
filters: true
refreshing: false
thumb: /:/resources/movie.png
key: "1"
type: movie
title: Movies
agent: tv.plex.agents.movie
scanner: Plex Movie
language: en-US
uuid: 322a231a-b7f7-49f5-920f-14c61199cd30
updatedAt: 1705615634
createdAt: 1654131312
scannedAt: 1705615584
content: true
directory: true
contentChangedAt: 3192854
hidden: 0
Location:
type: array
items:
type: object
properties:
id:
type: number
path:
type: string
- id: 1
path: /movies
"400":
$ref: "../../responses/400.yaml"
"401":