mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
1.1 KiB
1.1 KiB
title
| title |
|---|
| Anime Studio |
Anime Studio
An anime studio API resource represents the association between an anime and a studio.
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 |
Allowed Include Paths
- anime
- studio
Endpoints
The anime studio destroy endpoint deletes an anime studio and returns the deleted anime studio resource.
The anime studio index endpoint displays a listing of anime studio resources.
The anime studio show endpoint returns an anime studio resource.
The anime studio store endpoint creates a new anime studio and returns the new anime studio resource.