From 95e88a97fc562632a70ad88974b749ca2f6fed6c Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Thu, 26 Oct 2023 16:15:25 -0500 Subject: [PATCH] Added Video tag, fixed some types --- plextv/paths/pins.yaml | 2 +- pms/paths/library-ondeck.yaml | 2 +- pms/paths/library-recentlyadded.yaml | 2 +- pms/paths/search.yaml | 2 +- pms/pms-spec.yaml | 3 +++ 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/plextv/paths/pins.yaml b/plextv/paths/pins.yaml index 8604f622..5f711b87 100644 --- a/plextv/paths/pins.yaml +++ b/plextv/paths/pins.yaml @@ -69,7 +69,7 @@ post: type: string example: America/Chicago postal_code: - type: string + type: number example: 78732 in_privacy_restricted_country: type: boolean diff --git a/pms/paths/library-ondeck.yaml b/pms/paths/library-ondeck.yaml index 1bb14c76..74385821 100644 --- a/pms/paths/library-ondeck.yaml +++ b/pms/paths/library-ondeck.yaml @@ -131,7 +131,7 @@ get: example: 420080 originallyAvailableAt: type: string - format: date + format: date-time example: 2020-10-31 addedAt: type: number diff --git a/pms/paths/library-recentlyadded.yaml b/pms/paths/library-recentlyadded.yaml index 06628224..cfada46e 100644 --- a/pms/paths/library-recentlyadded.yaml +++ b/pms/paths/library-recentlyadded.yaml @@ -95,7 +95,7 @@ get: example: 7474422 originallyAvailableAt: type: string - format: date + format: date-time example: 2023-02-15 addedAt: type: number diff --git a/pms/paths/search.yaml b/pms/paths/search.yaml index 2f27e04c..bb40d805 100644 --- a/pms/paths/search.yaml +++ b/pms/paths/search.yaml @@ -104,7 +104,7 @@ get: example: 6612628 originallyAvailableAt: type: string - format: date + format: date-time example: 1996-05-22 addedAt: type: number diff --git a/pms/pms-spec.yaml b/pms/pms-spec.yaml index d9301eff..e6f75934 100644 --- a/pms/pms-spec.yaml +++ b/pms/pms-spec.yaml @@ -258,3 +258,6 @@ tags: - name: User description: | API Calls that perform operations with Plex Media Server Users + - name: Video + description: | + API Calls that perform operations with Plex Media Server Videos