mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 20:47:48 +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
|
||||
example: America/Chicago
|
||||
postal_code:
|
||||
type: number
|
||||
type: string
|
||||
example: 78732
|
||||
in_privacy_restricted_country:
|
||||
type: boolean
|
||||
|
||||
@@ -65,7 +65,7 @@ get:
|
||||
type: string
|
||||
example: America/Chicago
|
||||
postal_code:
|
||||
type: number
|
||||
type: string
|
||||
example: 78732
|
||||
in_privacy_restricted_country:
|
||||
type: boolean
|
||||
|
||||
@@ -69,7 +69,7 @@ post:
|
||||
type: string
|
||||
example: America/Chicago
|
||||
postal_code:
|
||||
type: number
|
||||
type: string
|
||||
example: 78732
|
||||
in_privacy_restricted_country:
|
||||
type: boolean
|
||||
|
||||
Reference in New Issue
Block a user