17 lines
490 B
Markdown
17 lines
490 B
Markdown
|
# `/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.
|