mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 20:47:46 +00:00
spelling and spacing
This commit is contained in:
@@ -3,7 +3,7 @@ get:
|
||||
- Playlists
|
||||
summary: Retrieve Playlist Contents
|
||||
description: |
|
||||
Gets the contents if a playlist. Should be paged by clients via standard mechanisms.
|
||||
Gets the contents of a playlist. Should be paged by clients via standard mechanisms.
|
||||
By default leaves are returned (e.g. episodes, movies). In order to return other types you can use the `type` parameter.
|
||||
For example, you could use this to display a list of recently added albums vis a smart playlist.
|
||||
Note that for dumb playlists, items have a `playlistItemID` attribute which is used for deleting or moving items.
|
||||
|
||||
@@ -61,7 +61,6 @@ paths:
|
||||
$ref: "./paths/security-token.yaml"
|
||||
/security/resources:
|
||||
$ref: "./paths/security-resources.yaml"
|
||||
|
||||
/library/sections/{sectionId}/all:
|
||||
$ref: "./paths/library-content-all.yaml"
|
||||
/library/sections/{sectionId}/latest:
|
||||
@@ -70,7 +69,6 @@ paths:
|
||||
$ref: "./paths/library-content-common.yaml"
|
||||
/library/sections/{sectionId}:
|
||||
$ref: "./paths/library-details.yaml"
|
||||
|
||||
/library/sections:
|
||||
$ref: "./paths/all-libraries.yaml"
|
||||
/library/hashes:
|
||||
|
||||
Reference in New Issue
Block a user