Files
animethemes-api-docs/docs/studio/README.md
T
2022-06-23 12:46:09 -05:00

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

Studio Destroy

The studio destroy endpoint soft deletes a studio and returns the deleted studio resource.

Studio Force Delete

The studio force delete endpoint hard deletes a studio and returns a confirmation message.

Studio Index

The studio index endpoint displays a listing of studio resources.

Studio Show

The studio show endpoint returns a studio resource.

Studio Store

The studio store endpoint creates a new studio and returns the new studio resource.

Studio Update

The studio update endpoint updates a studio and returns the updated studio resource.