v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-25173140700.7 KB
Atlassian

Set active Atlassian cloud_id

Set the active Atlassian cloud_id on this connector's consent.

put/integrations/atlassian/{connector_id}/cloudid

Path parameters

connector_idinteger required

ID of the Atlassian connector to configure.

ID of the Atlassian connector to configure.

Query parameters

cookie_namestring nullable

Request body

cloud_idstring required

ID of the Atlassian site to make active. Must be one of the sites the user consented to (stored in atlassian_sites).

Example request

{
  "cloud_id": "11111111-2222-3333-4444-555555555555"
}

Response

Successful Response