mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
1.5 KiB
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
The artist song destroy endpoint deletes an artist song and returns the deleted artist song resource.
The artist song index endpoint displays a listing of artist song resources.
The artist song show endpoint returns an artist song resource.
The artist song store endpoint creates a new artist song and returns the new artist song resource.
The artist song update endpoint updates an artist song and returns the updated artist song resource.