Files
Dokploy-ts-sdk/docs/models/operations/applicationcreaterequest.md
2025-09-26 02:33:10 +00:00

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 |