Skip to content
On this page

Dump


A dump API resource represents a database dump of selected tables at a given point in time.

For example, the animethemes-db-dump-wiki-1663559663946.sql dump represents the database dump of wiki tables performed at 2022-09-19.

Fields

NameTypeNullableDefaultDescription
idIntegerNoYesThe primary key of the resource
pathStringNoYesThe path of the file in storage
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
linkStringNoYesThe URL to download the file from storage

Allowed Include Paths

None

Endpoints

Dump Destroy

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

Dump Force Delete

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

Dump Index

The dump index endpoint displays a listing of dump resources.

Dump Restore

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

Dump Show

The dump show endpoint returns a dump resource.

Dump Store

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

Dump Update

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

Released under the MIT License.