Skip to content
On this page

Playlist Image


A playlist image API resource represents the association between a playlist and an image.

Fields

NameTypeNullableDefaultDescription
created_atDateNoNoThe date that the resource was created
updated_atDateNoNoThe date that the resource was last modified

Allowed Include Paths

  • playlist
  • image

Endpoints

Playlist Image Destroy

The playlist image destroy endpoint deletes a playlist image and returns the deleted playlist image resource.

Playlist Image Index

The playlist image index endpoint displays a listing of playlist image resources.

Playlist Image Show

The playlist image show endpoint returns a playlist image resource.

Playlist Image Store

The playlist image store endpoint creates a new playlist image and returns the new playlist image resource.

Released under the MIT License.