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