mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-09 20:37:49 +00:00
initial commit
This commit is contained in:
25
docs/models/operations/domaincreaterequest.md
Normal file
25
docs/models/operations/domaincreaterequest.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# DomainCreateRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { DomainCreateRequest } from "dokploy/models/operations";
|
||||
|
||||
let value: DomainCreateRequest = {
|
||||
host: "dim-tinderbox.name",
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
|
||||
| `host` | *string* | :heavy_check_mark: | N/A |
|
||||
| `path` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `port` | *number* | :heavy_minus_sign: | N/A |
|
||||
| `https` | *boolean* | :heavy_minus_sign: | N/A |
|
||||
| `applicationId` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `certificateType` | [operations.DomainCreateCertificateType](../../models/operations/domaincreatecertificatetype.md) | :heavy_minus_sign: | N/A |
|
||||
| `composeId` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `serviceName` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `domainType` | [operations.DomainCreateDomainType](../../models/operations/domaincreatedomaintype.md) | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user