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

1.2 KiB
Raw Blame History

BitbucketCreateRequest

Example Usage

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

let value: BitbucketCreateRequest = {
  authId: "<id>",
  name: "<value>",
};

Fields

Field Type Required Description
bitbucketId string N/A
bitbucketUsername string N/A
appPassword string N/A
bitbucketWorkspaceName string N/A
gitProviderId string N/A
authId string ✔️ N/A
name string ✔️ N/A