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

1.2 KiB
Raw Permalink Blame History

BitbucketUpdateRequest

Example Usage

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

let value: BitbucketUpdateRequest = {
  bitbucketId: "<id>",
  gitProviderId: "<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
name string ✔️ N/A
adminId string N/A