Updating OpenAPI Spec

This commit is contained in:
lukehagar
2023-04-19 14:35:29 +00:00
parent f9a1d7b693
commit aa0a64f318

View File

@@ -3400,11 +3400,66 @@ paths:
example: 401 example: 401
'500': '500':
description: If the update process failed to start description: If the update process failed to start
/home:
servers:
- url: 'https://plex.tv/api/v2'
get:
tags:
- Plex.tv
summary: Get Home Data
description: Get Home Data
operationId: getHomeData
responses:
'200':
description: Home Data
content:
application/json:
schema:
type: object
properties:
id:
type: number
example: 1841489
name:
type: string
example: Blindkitty38's home
guestUserID:
type: number
example: 58815432
guestUserUUID:
type: string
example: f3df4e01bfca0787
guestEnabled:
type: boolean
subscription:
type: boolean
'401':
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
content:
application/json:
schema:
type: object
properties:
errors:
type: array
items:
type: object
properties:
code:
type: number
example: 1001
message:
type: string
example: User could not be authenticated
status:
type: number
example: 401
/pins: /pins:
servers: servers:
- url: 'https://plex.tv/api/v2' - url: 'https://plex.tv/api/v2'
post: post:
tags: tags:
- Plex.tv
- Authentication - Authentication
summary: Get a Pin summary: Get a Pin
operationId: getPin operationId: getPin
@@ -3526,6 +3581,7 @@ paths:
- url: 'https://plex.tv/api/v2' - url: 'https://plex.tv/api/v2'
get: get:
tags: tags:
- Plex.tv
- Authentication - Authentication
summary: Get Access Token summary: Get Access Token
operationId: getToken operationId: getToken
@@ -3568,6 +3624,7 @@ paths:
- url: 'https://plex.tv/api/v2' - url: 'https://plex.tv/api/v2'
get: get:
tags: tags:
- Plex.tv
- Devices - Devices
summary: Get Devices summary: Get Devices
description: Get Devices description: Get Devices
@@ -3718,6 +3775,7 @@ paths:
- url: 'https://plex.tv/api/v2' - url: 'https://plex.tv/api/v2'
get: get:
tags: tags:
- Plex.tv
- User - User
summary: Get Logged in User summary: Get Logged in User
description: Get Logged in User description: Get Logged in User