mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
4.1 KiB
4.1 KiB
DomainUpdateRequest
Example Usage
import { DomainUpdateRequest } from "dokploy/models/operations";
let value: DomainUpdateRequest = {
host: "tinted-squid.net",
domainId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
host |
string | ✔️ | N/A |
path |
string | ➖ | N/A |
port |
number | ➖ | N/A |
https |
boolean | ➖ | N/A |
certificateType |
operations.DomainUpdateCertificateType | ➖ | N/A |
serviceName |
string | ➖ | N/A |
domainType |
operations.DomainUpdateDomainType | ➖ | N/A |
domainId |
string | ✔️ | N/A |