mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 12:37:45 +00:00
added missing uuid
This commit is contained in:
@@ -14487,6 +14487,9 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
LibrarySection:
|
LibrarySection:
|
||||||
type: object
|
type: object
|
||||||
|
required:
|
||||||
|
- uuid
|
||||||
|
- language
|
||||||
properties:
|
properties:
|
||||||
title:
|
title:
|
||||||
$ref: '#/components/schemas/Title'
|
$ref: '#/components/schemas/Title'
|
||||||
@@ -14517,6 +14520,10 @@ components:
|
|||||||
$ref: '#/components/schemas/Key'
|
$ref: '#/components/schemas/Key'
|
||||||
language:
|
language:
|
||||||
type: string
|
type: string
|
||||||
|
uuid:
|
||||||
|
type: string
|
||||||
|
description: "The universally unique identifier for the library."
|
||||||
|
example: "e69655a2-ef48-4aba-bb19-d3cc3401e7d6"
|
||||||
Location:
|
Location:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|||||||
Reference in New Issue
Block a user