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

1.5 KiB

title
title
Artist Song

Artist Song


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

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 a performance by alias
as String Yes Yes Used to distinguish a performance by character

Allowed Include Paths

  • artist
  • song

Endpoints

Artist Song Destroy

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

Artist Song Index

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

Artist Song Show

The artist song show endpoint returns an artist song resource.

Artist Song Store

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

Artist Song Update

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