diff --git a/src/models/AuthPinContainer.yaml b/src/models/AuthPinContainer.yaml index dfa6d80f..6aa3e01e 100644 --- a/src/models/AuthPinContainer.yaml +++ b/src/models/AuthPinContainer.yaml @@ -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" diff --git a/src/models/GeoData.yaml b/src/models/GeoData.yaml index c89e4580..5c2641e0 100644 --- a/src/models/GeoData.yaml +++ b/src/models/GeoData.yaml @@ -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.