Playback Queues

Add items to a queue.

<h3>🛡️ Requires Capabilities: None</h3>
post/api/v1/playback-queues/{id}/extend

Path parameters

idstring required

Request body

insert'next' | 'end'
itemsobject[]

Response

queueItemIdstring required
mediaTypestring required
mediaIdstring required
positionnumber required
idnumber required
createdAtstring date-time required
updatedAtstring date-time required
deletedAtstring date-time required

Changes

Changed in 2 of the 176 revisions of this API.23

    • the items/queue/seedMediaType response's property type/format changed from string/ to object/ for status 201

      response-property-type-changed

  • 5265ec620aa113See the full diff
    • added the new path request parameter id

      new-request-path-parameter

    • added the new optional request property insert

      new-optional-request-property

    • added the new optional request property items

      new-optional-request-property

    • added the media type application/json for the response with the status 201

      response-media-type-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog