mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-06 12:37:45 +00:00
fixed Operation ID
This commit is contained in:
@@ -552,7 +552,7 @@ paths:
|
|||||||
summary: Get Library Items
|
summary: Get Library Items
|
||||||
description: |
|
description: |
|
||||||
This endpoint will return a list of library items filtered by the filter and type provided
|
This endpoint will return a list of library items filtered by the filter and type provided
|
||||||
operationId: startAButlerTasks
|
operationId: getLibraryItems
|
||||||
parameters:
|
parameters:
|
||||||
- name: sectionId
|
- name: sectionId
|
||||||
description: the Id of the library to query
|
description: the Id of the library to query
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ get:
|
|||||||
summary: Get Library Items
|
summary: Get Library Items
|
||||||
description: |
|
description: |
|
||||||
This endpoint will return a list of library items filtered by the filter and type provided
|
This endpoint will return a list of library items filtered by the filter and type provided
|
||||||
operationId: startAButlerTasks
|
operationId: getLibraryItems
|
||||||
parameters:
|
parameters:
|
||||||
- name: sectionId
|
- name: sectionId
|
||||||
description: the Id of the library to query
|
description: the Id of the library to query
|
||||||
|
|||||||
Reference in New Issue
Block a user