BitBucketSetupRequest
Request body for creating a new BitBucket VCS integration. Specifies the workspace to integrate and the authentication method.
Properties
workspaceUuidstring requiredThe UUID of the BitBucket workspace to integrate.workspaceSlugstring requiredThe slug (URL-friendly name) of the BitBucket workspace.useUserAuthboolean optionalIf true, use the current user’s BitBucket OAuth token for authentication instead of a workspace access token.workspaceAccessTokenstring optionalOptional workspace access token or personal access token (PAT) for authenticating with the BitBucket API. Required if useUserAuth is false.