mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-09 20:37:49 +00:00
687 B
687 B
SettingsUpdateTraefikFileRequest
Example Usage
import { SettingsUpdateTraefikFileRequest } from "dokploy/models/operations";
let value: SettingsUpdateTraefikFileRequest = {
path: "/var",
traefikConfig: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
path |
string | ✔️ | N/A |
traefikConfig |
string | ✔️ | N/A |
serverId |
string | ➖ | N/A |