Files
animethemes-api-docs/docs/admin/dump/index.md
T

1.5 KiB

title
title
Dump

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

Name Type Nullable Default Description
id Integer No Yes The primary key of the resource
path String No Yes The path of the file in storage
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
link String No Yes The URL to download the file from storage

Allowed Include Paths

None

Endpoints

Dump Destroy

The dump destroy endpoint deletes a dump and returns a confirmation message.

Dump Index

The dump index endpoint displays a listing of dump resources.

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.