mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
22 lines
831 B
Markdown
22 lines
831 B
Markdown
# ApplicationCreateRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ApplicationCreateRequest } from "dokploy/models/operations";
|
|
|
|
let value: ApplicationCreateRequest = {
|
|
name: "<value>",
|
|
projectId: "<id>",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `name` | *string* | :heavy_check_mark: | N/A |
|
|
| `appName` | *string* | :heavy_minus_sign: | N/A |
|
|
| `description` | *string* | :heavy_minus_sign: | N/A |
|
|
| `projectId` | *string* | :heavy_check_mark: | N/A |
|
|
| `serverId` | *string* | :heavy_minus_sign: | N/A | |