Skip to content

Commit

Permalink
populating headers for login
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHagar committed Sep 25, 2024
1 parent bd5a4ed commit c4a0e77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/paths/pins/pins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ 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":
description: Requests a new pin id used in the authentication flow
Expand Down
6 changes: 6 additions & 0 deletions src/paths/users/post-sign-in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c4a0e77

Please sign in to comment.