Skip to main content
POST
/
api
/
v0
/
repositories
/
{repo_id}
/
join-team
Allows an auditor, who is a team leader to join a repository as a team.
curl --request POST \
  --url https://api.example.com/api/v0/repositories/{repo_id}/join-team \
  --header 'Content-Type: application/json' \
  --data '
{
  "teamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "invites": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}
'
{
  "msg": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cantina.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

repo_id
string<uuid>
required

Body

application/json
teamId
string<uuid>
required
invites
string<uuid>[]

Response

Team successfully joined