Files
animethemes-api-docs/docs/jsonapi/reference/content/artistmember/index.md
T
2025-12-17 22:53:18 -03:00

1.6 KiB

title
title
Artist Member

Artist Member


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

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
alias String Yes Yes Used to distinguish membership by alias
as String Yes Yes Used to distinguish membership by character
notes String Yes Yes Used to extra annotation, like member role

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.