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

View File

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