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