Skip to content
On this page

Artist Resource


An artist resource API resource represents the association between an artist and an external resource.

Fields

NameTypeNullableDefaultDescription
created_atDateNoNoThe date that the resource was created
updated_atDateNoNoThe date that the resource was last modified
asStringNoYesUsed to distinguish resources that map to the same artist

Allowed Include Paths

  • artist
  • resource

Endpoints

Artist Resource Destroy

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

Artist Resource Index

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

Artist Resource Show

The artist resource show endpoint returns an artist resource resource.

Artist Resource Store

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

Artist Resource Update

The artist resource update endpoint updates an artist resource and returns the updated artist resource resource.

Released under the MIT License.