# 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 |