mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-10 04:19:48 +00:00
initial commit
This commit is contained in:
23
docs/models/operations/composecreaterequest.md
Normal file
23
docs/models/operations/composecreaterequest.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# ComposeCreateRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { ComposeCreateRequest } from "dokploy/models/operations";
|
||||
|
||||
let value: ComposeCreateRequest = {
|
||||
name: "<value>",
|
||||
projectId: "<id>",
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
|
||||
| `name` | *string* | :heavy_check_mark: | N/A |
|
||||
| `description` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `projectId` | *string* | :heavy_check_mark: | N/A |
|
||||
| `composeType` | [operations.ComposeCreateComposeType](../../models/operations/composecreatecomposetype.md) | :heavy_minus_sign: | N/A |
|
||||
| `appName` | *string* | :heavy_minus_sign: | N/A |
|
||||
| `serverId` | *string* | :heavy_minus_sign: | N/A |
|
||||
Reference in New Issue
Block a user