Revert "fix: remove duplicate imports that will lead to failed js builds"

This reverts commit 5756869660.
This commit is contained in:
JasonLandbridge
2024-12-19 21:54:08 +01:00
parent a994a855ff
commit 259ed39fe6
5 changed files with 18 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ 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

View File

@@ -14,6 +14,11 @@ 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

View File

@@ -18,6 +18,11 @@ 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":

View File

@@ -24,6 +24,7 @@ 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

View File

@@ -7,6 +7,12 @@ 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: