mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
1.1 KiB
1.1 KiB
title
| title |
|---|
| Playlist Image |
Playlist Image
A playlist image API resource represents the association between a playlist and an image.
Fields
| Name | Type | Nullable | Default | Description |
|---|---|---|---|---|
| created_at | Date | No | No | The date that the resource was created |
| updated_at | Date | No | No | The date that the resource was last modified |
Allowed Include Paths
- playlist
- image
Endpoints
The playlist image destroy endpoint deletes a playlist image and returns a confirmation message.
The playlist image index endpoint displays a listing of playlist image resources.
The playlist image show endpoint returns a playlist image resource.
The playlist image store endpoint creates a new playlist image and returns the new playlist image resource.