dokploy_application_saveBitbucketProvider
dokploy_application_saveBitbucketProviderSave Bitbucket repository configuration for an application to enable automated deployments from source control.
Instructions
[application] application.saveBitbucketProvider (POST)
Parameters:
bitbucketBranch (any, required)
bitbucketBuildPath (any, required)
bitbucketOwner (any, required)
bitbucketRepository (any, required)
bitbucketRepositorySlug (any, required)
bitbucketId (any, required)
applicationId (string, required)
enableSubmodules (boolean, optional)
watchPaths (any, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bitbucketBranch | Yes | ||
| bitbucketBuildPath | Yes | ||
| bitbucketOwner | Yes | ||
| bitbucketRepository | Yes | ||
| bitbucketRepositorySlug | Yes | ||
| bitbucketId | Yes | ||
| applicationId | Yes | ||
| enableSubmodules | No | ||
| watchPaths | No |