mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
831 B
831 B
ApplicationCreateRequest
Example Usage
import { ApplicationCreateRequest } from "dokploy/models/operations";
let value: ApplicationCreateRequest = {
name: "<value>",
projectId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✔️ | N/A |
appName |
string | ➖ | N/A |
description |
string | ➖ | N/A |
projectId |
string | ✔️ | N/A |
serverId |
string | ➖ | N/A |