Files
Dokploy-ts-sdk/docs/models/operations/settingsreadtraefikfilerequest.md
2025-09-26 02:33:10 +00:00

18 lines
575 B
Markdown

# SettingsReadTraefikFileRequest
## Example Usage
```typescript
import { SettingsReadTraefikFileRequest } from "dokploy/models/operations";
let value: SettingsReadTraefikFileRequest = {
path: "/private/tmp",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `path` | *string* | :heavy_check_mark: | N/A |
| `serverId` | *string* | :heavy_minus_sign: | N/A |