mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
1.2 KiB
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 |