Schema changes

This commit is contained in:
Luke Hagar
2024-09-18 15:38:18 +00:00
parent 90f3dc41bb
commit c9479f51f3
2 changed files with 6 additions and 4 deletions

View File

@@ -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"

View File

@@ -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.