mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 12:37:44 +00:00
build: dereferenced Plex Media Server API Spec updated
This commit is contained in:
committed by
github-actions[bot]
parent
819552f305
commit
e76a2a128e
@@ -5095,8 +5095,10 @@ paths:
|
|||||||
properties:
|
properties:
|
||||||
contentChangedAt:
|
contentChangedAt:
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int64
|
||||||
description: The number of seconds since the content was last changed relative to now.
|
description: |
|
||||||
|
Timestamp (in seconds) representing the last time the content was modified.
|
||||||
|
NOTE: Some Plex server have some absurd values for this field, like 8457612157633039800 so it should be int64
|
||||||
example: 9173960
|
example: 9173960
|
||||||
- type: object
|
- type: object
|
||||||
required:
|
required:
|
||||||
|
|||||||
Reference in New Issue
Block a user