Skip to main content
POST
/
repo-data
/
updateRepoName
/
:repoDataId
Update Repository Name
curl --request POST \
  --url https://www.api.baselink.tech/repo-data/updateRepoName/:repoDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Update the name of a repository.
success
boolean
Indicates if the repository name was updated successfully.
message
string
Success or error message.