mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 20:47:46 +00:00
Schema changes
This commit is contained in:
@@ -69,7 +69,7 @@ properties:
|
|||||||
example: 7RQZ
|
example: 7RQZ
|
||||||
product:
|
product:
|
||||||
type: string
|
type: string
|
||||||
example: "0"
|
example: "Tautulli"
|
||||||
trusted:
|
trusted:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
@@ -79,6 +79,7 @@ properties:
|
|||||||
clientIdentifier:
|
clientIdentifier:
|
||||||
type: string
|
type: string
|
||||||
description: The X-Client-Identifier used in the request
|
description: The X-Client-Identifier used in the request
|
||||||
|
example: "Tautulli"
|
||||||
location:
|
location:
|
||||||
$ref: ./GeoData.yaml
|
$ref: ./GeoData.yaml
|
||||||
expiresIn:
|
expiresIn:
|
||||||
@@ -95,6 +96,7 @@ properties:
|
|||||||
format: date-time
|
format: date-time
|
||||||
example: "2024-07-16T17:18:05Z"
|
example: "2024-07-16T17:18:05Z"
|
||||||
authToken:
|
authToken:
|
||||||
type: "null"
|
type: [string, "null"]
|
||||||
|
example: "gcgzw5rz2xovp84b4vha3a40"
|
||||||
newRegistration:
|
newRegistration:
|
||||||
type: "null"
|
type: "null"
|
||||||
|
|||||||
@@ -52,9 +52,9 @@ properties:
|
|||||||
description: The time zone of the country.
|
description: The time zone of the country.
|
||||||
example: America/St_Thomas
|
example: America/St_Thomas
|
||||||
postal_code:
|
postal_code:
|
||||||
type: integer
|
type: string
|
||||||
description: The postal code of the location.
|
description: The postal code of the location.
|
||||||
example: 802
|
example: "802"
|
||||||
in_privacy_restricted_country:
|
in_privacy_restricted_country:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Indicates if the country has privacy restrictions.
|
description: Indicates if the country has privacy restrictions.
|
||||||
|
|||||||
Reference in New Issue
Block a user