HTTP API: admin
The 2 operations tagged admin, each with its parameters, its body and what it answers.
List Backups
GET /v1/admin/backups
List the backups this instance holds, newest first.
Responses
200:Backups. Successful Response
Create Backup
POST /v1/admin/backups
Take a datetime-stamped copy of the database and report what it is called.
Request body: Body_create_backup_v1_admin_backups_post as application/json.
Responses
201:Backup. Successful Response422:HTTPValidationError. Validation Error