Skip to content
On this page

Artist Member


An artist member API resource represents the association of an artist and a group/unit.

Fields

NameTypeNullableDefaultDescription
created_atDateNoNoThe date that the resource was created
updated_atDateNoNoThe date that the resource was last modified
asStringNoYesUsed to distinguish membership by alias or character

Allowed Include Paths

  • artist
  • member

Endpoints

Artist Member Destroy

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

Artist Member Index

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

Artist Member Show

The artist member show endpoint returns an artist member resource.

Artist Member Store

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

Artist Member Update

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

Released under the MIT License.