Skip to content
On this page

Featured Theme


A featured theme API resource represents a video to be featured on the homepage of the site for a specified amount of time.

Fields

NameTypeNullableDefaultDescription
idIntegerNoYesThe primary key of the resource
start_atDateNoYesThe start date of the resource
end_atDateNoYesThe end date of the resource
created_atDateNoNoThe date that the resource was created
updated_atDateNoNoThe date that the resource was last modified
deleted_atDateYesNoThe date that the resource was deleted

Allowed Include Paths

  • animethemeentry
  • animethemeentry.animetheme
  • animethemeentry.animetheme.anime
  • animethemeentry.animetheme.anime.images
  • animethemeentry.animetheme.song
  • animethemeentry.animetheme.song.artists
  • user
  • video

Endpoints

Current Featured Theme Show

The current featured theme show endpoint returns the first featured theme where the current date is between start_at and end_at dates.

Featured Theme Destroy

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

Featured Theme Force Delete

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

Featured Theme Index

The featured theme index endpoint displays a listing of featured theme resources.

Featured Theme Restore

The featured theme restore endpoint restores a soft deleted featured theme and returns the restored featured theme resource.

Featured Theme Show

The featured theme show endpoint returns a featured theme resource.

Featured Theme Store

The featured theme store endpoint creates a new featured theme and returns the new featured theme resource.

Featured Theme Update

The featured theme update endpoint updates a featured theme and returns the updated featured theme resource.

Released under the MIT License.