Skip to content
On this page

Anime Resource


An anime resource API resource represents the association between an anime and an external resource.

Fields

NameTypeNullableDefaultDescription
created_atDateNoNoThe date that the resource was created
updated_atDateNoNoThe date that the resource was last modified
asStringNoYesUsed to distinguish resources that map to the same anime

Allowed Include Paths

  • anime
  • resource

Endpoints

Anime Resource Destroy

The anime resource destroy endpoint deletes an anime resource and returns the deleted anime resource resource.

Anime Resource Index

The anime resource index endpoint displays a listing of anime resource resources.

Anime Resource Show

The anime resource show endpoint returns an anime resource resource.

Anime Resource Store

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

Anime Resource Update

The anime resource update endpoint updates an anime resource and returns the updated anime resource resource.

Released under the MIT License.