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

13 KiB
Raw Blame History

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