For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reference B: Rotate Bitbucket Data Center tokens

Rotate the PAT used by a Bitbucket Data Center integration.

Reference B: Rotate Bitbucket Data Center tokens

Rotate the integration PAT before it expires.

Send a PUT request to:

/public_api/appsec/v1/integrations/{id}

Use this request body:

{
  "token": "new token"
}

To find the integration ID:

  1. Navigate to SettingsData Sources & Integrations.

  2. Select Bitbucket Data Center and select View Details.

  3. Select the required instance.

  4. Copy the cas_connector_id from the URL.

Last updated

Was this helpful?