Skip to content

Commit

Permalink
fix: remove duplicate imports that will lead to failed js builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLandbridge committed Dec 16, 2024
1 parent 4033010 commit 5756869
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion src/paths/library/get-search-all-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions src/paths/pins/pins-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions src/paths/pins/pins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
1 change: 0 additions & 1 deletion src/paths/resources/get-server-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions src/paths/users/post-sign-in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5756869

Please sign in to comment.