mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 12:37:45 +00:00
Updating PMS Spec
This commit is contained in:
@@ -240,6 +240,8 @@ paths:
|
|||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: Media is marked Played
|
description: Media is marked Played
|
||||||
|
'400':
|
||||||
|
description: 'Bad Request - A parameter was not specified, or was specified incorrectly.'
|
||||||
'401':
|
'401':
|
||||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||||
content:
|
content:
|
||||||
@@ -1296,7 +1298,7 @@ paths:
|
|||||||
example: 7474422
|
example: 7474422
|
||||||
originallyAvailableAt:
|
originallyAvailableAt:
|
||||||
type: string
|
type: string
|
||||||
format: date
|
format: date-time
|
||||||
example: 2023-02-15T00:00:00.000Z
|
example: 2023-02-15T00:00:00.000Z
|
||||||
addedAt:
|
addedAt:
|
||||||
type: number
|
type: number
|
||||||
@@ -2030,7 +2032,7 @@ paths:
|
|||||||
example: 420080
|
example: 420080
|
||||||
originallyAvailableAt:
|
originallyAvailableAt:
|
||||||
type: string
|
type: string
|
||||||
format: date
|
format: date-time
|
||||||
example: 2020-10-31T00:00:00.000Z
|
example: 2020-10-31T00:00:00.000Z
|
||||||
addedAt:
|
addedAt:
|
||||||
type: number
|
type: number
|
||||||
@@ -2153,7 +2155,7 @@ paths:
|
|||||||
example: left
|
example: left
|
||||||
chromaSubsampling:
|
chromaSubsampling:
|
||||||
type: string
|
type: string
|
||||||
example: 14520
|
example: '4:2:0'
|
||||||
codedHeight:
|
codedHeight:
|
||||||
type: number
|
type: number
|
||||||
example: 1080
|
example: 1080
|
||||||
@@ -3081,7 +3083,7 @@ paths:
|
|||||||
example: 6612628
|
example: 6612628
|
||||||
originallyAvailableAt:
|
originallyAvailableAt:
|
||||||
type: string
|
type: string
|
||||||
format: date
|
format: date-time
|
||||||
example: 1996-05-22T00:00:00.000Z
|
example: 1996-05-22T00:00:00.000Z
|
||||||
addedAt:
|
addedAt:
|
||||||
type: number
|
type: number
|
||||||
@@ -4073,3 +4075,6 @@ tags:
|
|||||||
- name: User
|
- name: User
|
||||||
description: |
|
description: |
|
||||||
API Calls that perform operations with Plex Media Server Users
|
API Calls that perform operations with Plex Media Server Users
|
||||||
|
- name: Video
|
||||||
|
description: |
|
||||||
|
API Calls that perform operations with Plex Media Server Videos
|
||||||
|
|||||||
Reference in New Issue
Block a user