mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-09-04 19:55:37 +02:00
title
| title |
|---|
| Anime Image |
Anime Image
An anime image API resource represents the association between an anime and an image.
Fields
| Name | Type | Nullable | Description |
|---|---|---|---|
| created_at | Date | No | The date that the resource was created |
| updated_at | Date | No | The date that the resource was last modified |
Allowed Include Paths
- anime
- image
Endpoints
The anime image destroy endpoint deletes an anime image and returns the deleted anime image resource.
The anime image index endpoint displays a listing of anime image resources.
The anime image show endpoint returns an anime image resource.
The anime image store endpoint creates a new anime image and returns the new anime image resource.