mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
13 KiB
13 KiB
ComposeUpdateRequest
Example Usage
import { ComposeUpdateRequest } from "dokploy/models/operations";
let value: ComposeUpdateRequest = {
composeId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
composeId |
string | ✔️ | N/A |
name |
string | ➖ | N/A |
appName |
string | ➖ | N/A |
description |
string | ➖ | N/A |
env |
string | ➖ | N/A |
composeFile |
string | ➖ | N/A |
refreshToken |
string | ➖ | N/A |
sourceType |
operations.ComposeUpdateSourceType | ➖ | N/A |
composeType |
operations.ComposeUpdateComposeType | ➖ | N/A |
repository |
string | ➖ | N/A |
owner |
string | ➖ | N/A |
branch |
string | ➖ | N/A |
autoDeploy |
boolean | ➖ | N/A |
gitlabProjectId |
number | ➖ | N/A |
gitlabRepository |
string | ➖ | N/A |
gitlabOwner |
string | ➖ | N/A |
gitlabBranch |
string | ➖ | N/A |
gitlabPathNamespace |
string | ➖ | N/A |
bitbucketRepository |
string | ➖ | N/A |
bitbucketOwner |
string | ➖ | N/A |
bitbucketBranch |
string | ➖ | N/A |
customGitUrl |
string | ➖ | N/A |
customGitBranch |
string | ➖ | N/A |
customGitSSHKeyId |
string | ➖ | N/A |
command |
string | ➖ | N/A |
composePath |
string | ➖ | N/A |
suffix |
string | ➖ | N/A |
randomize |
boolean | ➖ | N/A |
composeStatus |
operations.ComposeStatus | ➖ | N/A |
projectId |
string | ➖ | N/A |
createdAt |
string | ➖ | N/A |
githubId |
string | ➖ | N/A |
gitlabId |
string | ➖ | N/A |
bitbucketId |
string | ➖ | N/A |