mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 12:37:44 +00:00
Changing postal_code data type to string.
Data type returned from Plex is string, and in some countries the postal_code contains spaces ("811 06" in Slovakia) or string characters ("SW1A 1AA" in UK).
This commit is contained in:
@@ -70,7 +70,7 @@ post:
|
|||||||
type: string
|
type: string
|
||||||
example: America/Chicago
|
example: America/Chicago
|
||||||
postal_code:
|
postal_code:
|
||||||
type: number
|
type: string
|
||||||
example: 78732
|
example: 78732
|
||||||
in_privacy_restricted_country:
|
in_privacy_restricted_country:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ get:
|
|||||||
type: string
|
type: string
|
||||||
example: America/Chicago
|
example: America/Chicago
|
||||||
postal_code:
|
postal_code:
|
||||||
type: number
|
type: string
|
||||||
example: 78732
|
example: 78732
|
||||||
in_privacy_restricted_country:
|
in_privacy_restricted_country:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ post:
|
|||||||
type: string
|
type: string
|
||||||
example: America/Chicago
|
example: America/Chicago
|
||||||
postal_code:
|
postal_code:
|
||||||
type: number
|
type: string
|
||||||
example: 78732
|
example: 78732
|
||||||
in_privacy_restricted_country:
|
in_privacy_restricted_country:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user