This commit is contained in:
JasonLandbridge
2025-11-30 10:00:23 +01:00
parent 25204ff3ba
commit 46f4be6486

View File

@@ -14323,8 +14323,6 @@ components:
schemas: schemas:
AllowSync: AllowSync:
type: boolean type: boolean
Art:
type: string
BoolInt: BoolInt:
type: integer type: integer
format: int32 format: int32
@@ -14403,8 +14401,6 @@ components:
type: string type: string
lineupIdentifier: lineupIdentifier:
type: string type: string
Content:
type: boolean
Device: Device:
type: object type: object
properties: properties:
@@ -14596,25 +14592,30 @@ components:
required: required:
- uuid - uuid
- language - language
- type
properties: properties:
title: title:
$ref: '#/components/schemas/Title' type: string
description: "The title of the library"
example: "Movies"
type: type:
$ref: '#/components/schemas/Type' $ref: '#/components/schemas/MediaType'
agent: agent:
type: string type: string
allowSync: allowSync:
type: boolean type: boolean
art: art:
$ref: '#/components/schemas/Art' type: string
composite: composite:
type: string type: string
content: content:
$ref: '#/components/schemas/Content' type: boolean
contentChangedAt: contentChangedAt:
type: integer allOf:
- $ref: '#/components/schemas/PlexDateTime'
createdAt: createdAt:
type: integer allOf:
- $ref: '#/components/schemas/PlexDateTime'
directory: directory:
type: boolean type: boolean
filters: filters:
@@ -14644,13 +14645,15 @@ components:
description: Indicates whether this library section is currently scanning description: Indicates whether this library section is currently scanning
type: boolean type: boolean
scannedAt: scannedAt:
type: integer allOf:
- $ref: '#/components/schemas/PlexDateTime'
scanner: scanner:
type: string type: string
thumb: thumb:
$ref: '#/components/schemas/Thumb' $ref: '#/components/schemas/Thumb'
updatedAt: updatedAt:
type: integer allOf:
- $ref: '#/components/schemas/PlexDateTime'
Lineup: Lineup:
type: object type: object
properties: properties:
@@ -16232,44 +16235,16 @@ components:
title: UserPlexAccount title: UserPlexAccount
type: object type: object
required: required:
- adsConsent
- adsConsentReminderAt
- adsConsentSetAt
- anonymous
- authToken - authToken
- backupCodesCreated
- confirmed
- country
- email - email
- emailOnlyAuth
- experimentalFeatures
- friendlyName - friendlyName
- entitlements
- guest
- hasPassword - hasPassword
- home
- homeAdmin
- homeSize
- id - id
- joinedAt - joinedAt
- locale
- mailingListActive
- mailingListStatus
- maxHomeSize
- profile
- protected
- rememberExpiresAt
- restricted
- scrobbleTypes
- services
- subscription
- subscriptionDescription
- thumb
- title - title
- twoFactorEnabled - twoFactorEnabled
- username - username
- uuid - uuid
- attributionPartner
properties: properties:
adsConsent: adsConsent:
type: type:
@@ -16370,9 +16345,6 @@ components:
default: false default: false
mailingListStatus: mailingListStatus:
description: Your current mailing list status description: Your current mailing list status
type: string
example: active
x-speakeasy-unknown-values: allow
enum: enum:
- active - active
- unsubscribed - unsubscribed
@@ -16381,6 +16353,7 @@ components:
- ACTIVE - ACTIVE
- UNSUBSCRIBED - UNSUBSCRIBED
- REMOVED - REMOVED
example: active
maxHomeSize: maxHomeSize:
type: integer type: integer
description: The maximum number of accounts allowed in the Plex Home description: The maximum number of accounts allowed in the Plex Home