mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
16 lines
550 B
Markdown
16 lines
550 B
Markdown
# SettingsToggleDashboardRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { SettingsToggleDashboardRequest } from "dokploy/models/operations";
|
|
|
|
let value: SettingsToggleDashboardRequest = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `enableDashboard` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `serverId` | *string* | :heavy_minus_sign: | N/A | |