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 |
|---|
| Studio |
Studio
A studio API resource represents a company that produces anime.
For example, Shaft is the studio that produced the anime Bakemonogatari.
Fields
| Name | Type | Nullable | Description |
|---|---|---|---|
| id | Integer | No | The primary key of the resource |
| name | String | No | The primary title of the studio |
| slug | String | No | The URL slug & route key of the resource |
| created_at | Date | No | The date that the resource was created |
| updated_at | Date | No | The date that the resource was last modified |
| deleted_at | Date | Yes | The date that the resource was deleted |
Allowed Include Paths
- anime
- images
- resources
Endpoints
The studio destroy endpoint soft deletes a studio and returns the deleted studio resource.
The studio force delete endpoint hard deletes a studio and returns a confirmation message.
The studio index endpoint displays a listing of studio resources.
The studio show endpoint returns a studio resource.
The studio store endpoint creates a new studio and returns the new studio resource.
The studio update endpoint updates a studio and returns the updated studio resource.