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