1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. BitBucketSetupRequest

BitBucketSetupRequest

    Request body for creating a new BitBucket VCS integration. Specifies the workspace to integrate and the authentication method.

    Properties

    • workspaceUuid string required
      The UUID of the BitBucket workspace to integrate.
    • workspaceSlug string required
      The slug (URL-friendly name) of the BitBucket workspace.
    • useUserAuth boolean optional
      If true, use the current user’s BitBucket OAuth token for authentication instead of a workspace access token.
    • workspaceAccessToken string optional
      Optional workspace access token or personal access token (PAT) for authenticating with the BitBucket API. Required if useUserAuth is false.