api/docs/admin/backup/fetch.md

17 lines
490 B
Markdown
Raw Normal View History

# `/admin/backup/fetch/{id}` - GET
Downloads the backup identified by `ìd`.
## HTTP Headers
| Header | Content |
|---------------|--------------------|
| Authorization | `Bearer {token}` |
## Responses
### 200 - Success
__Content - BYTES__
### 401 - Error: Unauthorized
The provided auth token doesn't allow you to perform this operation.
### 403 - Error: Forbidden
Blocked for security reasons.
### 404 - Error: Not Found
There was no backup found with the given id.