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

1.2 KiB

ApplicationSaveBitbucketProviderRequest

Example Usage

import { ApplicationSaveBitbucketProviderRequest } from "dokploy/models/operations";

let value: ApplicationSaveBitbucketProviderRequest = {
  bitbucketBranch: "<value>",
  bitbucketBuildPath: null,
  bitbucketOwner: "<value>",
  bitbucketRepository: "<value>",
  bitbucketId: "<id>",
  applicationId: "<id>",
};

Fields

Field Type Required Description
bitbucketBranch string ✔️ N/A
bitbucketBuildPath string ✔️ N/A
bitbucketOwner string ✔️ N/A
bitbucketRepository string ✔️ N/A
bitbucketId string ✔️ N/A
applicationId string ✔️ N/A