Skip to main content
POST
/
repo-data
/
newRepo
Create New Repository
curl --request POST \
  --url https://www.api.baselink.tech/repo-data/newRepo \
  --header 'bearer: <api-key>'
{
  "success": true,
  "repoDataId": "<string>",
  "message": "<string>",
  "repository": {}
}
Create a new repository and associate it with a team.
success
boolean
Indicates if the repository was created successfully.
repoDataId
string
The ID of the newly created repository.
message
string
Success or error message.
repository
object
The newly created repository object.