Skip to content
On this page

Artist Image


An artist image API resource represents the association between an artist 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

  • artist
  • image

Endpoints

Artist Image Destroy

The artist image destroy endpoint deletes an artist image and returns the deleted artist image resource.

Artist Image Index

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

Artist Image Show

The artist image show endpoint returns an artist image resource.

Artist Image Store

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

Released under the MIT License.