Skip to main content
POST
/
team-data
/
create-new-repo
/
:teamDataId
Create Repository in Team
curl --request POST \
  --url https://www.api.baselink.tech/team-data/create-new-repo/:teamDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>",
  "repositoryId": "<string>"
}
Create a new repository within a team.
success
boolean
Indicates if the repository was created successfully.
message
string
Success or error message.
repositoryId
string
The ID of the newly created repository.