mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-09 20:47:45 +00:00
Updating PMS Spec
This commit is contained in:
@@ -1500,88 +1500,88 @@ paths:
|
||||
Directory:
|
||||
type: array
|
||||
items:
|
||||
- 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
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user