api/docs/admin/backup/list.md

18 lines
540 B
Markdown
Raw Normal View History

# `/admin/backup/list` - GET
Lists all available backups.
## HTTP Headers
| Header | Content |
|---------------|--------------------|
| Authorization | `Bearer {token}` |
## Responses
### 200 - Success
__Content - JSON:__
| Field | Description |
|---------|----------------------------------|
| backups | A list of (id, timestamp) pairs. |
### 401 - Error: Unauthorized
The provided auth token doesn't allow you to perform this operation.
### 403 - Error: Forbidden
Blocked for security reasons.