Skip to main content
POST
/
team-data
/
addRepo
/
:teamDataId
Add Repository to Team
curl --request POST \
  --url https://www.api.baselink.tech/team-data/addRepo/:teamDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Add an existing repository to a team.
success
boolean
Indicates if the repository was added successfully.
message
string
Success or error message.