mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-25 08:24:00 +02:00
1.9 KiB
1.9 KiB
title
| title |
|---|
| Series |
Series
A series API resource represents a collection of related anime.
For example, the Monogatari series is the collection of the Bakemonogatari anime and its related productions.
Fields
| Name | Type | Nullable | Default | Description |
|---|---|---|---|---|
| id | Integer | No | Yes | The primary key of the resource |
| name | String | No | Yes | The primary title of the series |
| slug | String | No | Yes | The URL slug & route key of the resource |
| 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 |
| deleted_at | Date | Yes | No | The date that the resource was deleted |
Allowed Include Paths
- anime
Endpoints
The series destroy endpoint soft deletes a series and returns the deleted series resource.
The series force delete endpoint hard deletes a series and returns a confirmation message.
The series index endpoint displays a listing of series resources.
The series restore endpoint restores a soft deleted series and returns the restored series resource.
The series show endpoint returns a series resource.
The series store endpoint creates a new series and returns the new series resource.
The series update endpoint updates a series and returns the updated series resource.