mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
1.5 KiB
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
The dump destroy endpoint deletes a dump and returns a confirmation message.
The dump index endpoint displays a listing of dump resources.
The dump show endpoint returns a dump resource.
The dump store endpoint creates a new dump and returns the new dump resource.
The dump update endpoint updates a dump and returns the updated dump resource.