mirror of
https://github.com/LukeHagar/plex-docs.git
synced 2025-12-06 12:37:45 +00:00
Updating OpenAPI Spec
This commit is contained in:
@@ -545,6 +545,47 @@ paths:
|
|||||||
description: Source Connection Information
|
description: Source Connection Information
|
||||||
'401':
|
'401':
|
||||||
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||||
|
/library/sections/{sectionId}/{category}:
|
||||||
|
get:
|
||||||
|
tags:
|
||||||
|
- Library
|
||||||
|
summary: Get Library Items
|
||||||
|
description: |
|
||||||
|
This endpoint will return a list of library items filtered by the filter and type provided
|
||||||
|
operationId: startAButlerTasks
|
||||||
|
parameters:
|
||||||
|
- name: sectionId
|
||||||
|
description: the Id of the library to query
|
||||||
|
in: path
|
||||||
|
schema:
|
||||||
|
type: number
|
||||||
|
required: true
|
||||||
|
- name: category
|
||||||
|
description: the Id of the library to query
|
||||||
|
in: path
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
enum:
|
||||||
|
- all
|
||||||
|
- latest
|
||||||
|
required: true
|
||||||
|
- name: type
|
||||||
|
description: item type
|
||||||
|
in: query
|
||||||
|
schema:
|
||||||
|
type: number
|
||||||
|
required: false
|
||||||
|
- name: filter
|
||||||
|
description: the filter parameter
|
||||||
|
in: query
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: false
|
||||||
|
responses:
|
||||||
|
'200':
|
||||||
|
description: The details of the library
|
||||||
|
'401':
|
||||||
|
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||||
tags:
|
tags:
|
||||||
- name: Activities
|
- name: Activities
|
||||||
description: |
|
description: |
|
||||||
@@ -571,3 +612,6 @@ tags:
|
|||||||
- name: Security
|
- name: Security
|
||||||
description: |
|
description: |
|
||||||
API Calls against Security for Plex Media Server
|
API Calls against Security for Plex Media Server
|
||||||
|
- name: Library
|
||||||
|
description: |
|
||||||
|
API Calls interacting with Plex Media Server Libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user