diff --git a/src/paths/library/get-search-all-libraries.yaml b/src/paths/library/get-search-all-libraries.yaml index 102b0126..48f22b90 100644 --- a/src/paths/library/get-search-all-libraries.yaml +++ b/src/paths/library/get-search-all-libraries.yaml @@ -7,7 +7,6 @@ get: Search the provided query across all library sections, or a single section, and return matches as hubs, split up by type. parameters: - $ref: "../../parameters/query.yaml" - - $ref: "../../parameters/plex/x-plex-identifier.yaml" - name: limit in: query required: false diff --git a/src/paths/pins/pins-id.yaml b/src/paths/pins/pins-id.yaml index f7e7bb1d..68f6a8c6 100644 --- a/src/paths/pins/pins-id.yaml +++ b/src/paths/pins/pins-id.yaml @@ -14,11 +14,6 @@ get: required: true schema: type: integer - - $ref: ../../parameters/plex/x-plex-identifier.yaml - - $ref: ../../parameters/plex/x-plex-product.yaml - - $ref: ../../parameters/plex/x-plex-device.yaml - - $ref: ../../parameters/plex/x-plex-version.yaml - - $ref: ../../parameters/plex/x-plex-platform.yaml responses: "200": description: The Pin with a non-null authToken when it has been verified by the user diff --git a/src/paths/pins/pins.yaml b/src/paths/pins/pins.yaml index 15e423ef..0f8f9b70 100644 --- a/src/paths/pins/pins.yaml +++ b/src/paths/pins/pins.yaml @@ -18,11 +18,6 @@ post: type: boolean default: false required: false - - $ref: ../../parameters/plex/x-plex-identifier.yaml - - $ref: ../../parameters/plex/x-plex-product.yaml - - $ref: ../../parameters/plex/x-plex-device.yaml - - $ref: ../../parameters/plex/x-plex-version.yaml - - $ref: ../../parameters/plex/x-plex-platform.yaml responses: "201": diff --git a/src/paths/resources/get-server-resources.yaml b/src/paths/resources/get-server-resources.yaml index c7ada4fc..83c6d57c 100644 --- a/src/paths/resources/get-server-resources.yaml +++ b/src/paths/resources/get-server-resources.yaml @@ -24,7 +24,6 @@ get: description: Include IPv6 entries in the results schema: $ref: "../../models/common/PlexBoolean.yaml" - - $ref: "../../parameters/plex/x-plex-identifier.yaml" responses: "200": description: List of Plex Devices. This includes Plex hosted servers and clients diff --git a/src/paths/users/post-sign-in.yaml b/src/paths/users/post-sign-in.yaml index 808dd523..b63d03c9 100644 --- a/src/paths/users/post-sign-in.yaml +++ b/src/paths/users/post-sign-in.yaml @@ -7,12 +7,6 @@ post: summary: Get User Sign In Data description: Sign in user with username and password and return user data with Plex authentication token operationId: post-users-sign-in-data - parameters: - - $ref: ../../parameters/plex/x-plex-identifier.yaml - - $ref: ../../parameters/plex/x-plex-product.yaml - - $ref: ../../parameters/plex/x-plex-device.yaml - - $ref: ../../parameters/plex/x-plex-version.yaml - - $ref: ../../parameters/plex/x-plex-platform.yaml requestBody: content: application/x-www-form-urlencoded: