mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-09 20:37:49 +00:00
initial commit
This commit is contained in:
26
docs/models/operations/backupupdaterequest.md
Normal file
26
docs/models/operations/backupupdaterequest.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# BackupUpdateRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { BackupUpdateRequest } from "dokploy/models/operations";
|
||||
|
||||
let value: BackupUpdateRequest = {
|
||||
schedule: "<value>",
|
||||
prefix: "<value>",
|
||||
backupId: "<id>",
|
||||
destinationId: "<id>",
|
||||
database: "<value>",
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `schedule` | *string* | :heavy_check_mark: | N/A |
|
||||
| `enabled` | *boolean* | :heavy_minus_sign: | N/A |
|
||||
| `prefix` | *string* | :heavy_check_mark: | N/A |
|
||||
| `backupId` | *string* | :heavy_check_mark: | N/A |
|
||||
| `destinationId` | *string* | :heavy_check_mark: | N/A |
|
||||
| `database` | *string* | :heavy_check_mark: | N/A |
|
||||
Reference in New Issue
Block a user