Skip to main content
PATCH
/
repo-data
Update Repository
curl --request PATCH \
  --url https://www.api.baselink.tech/repo-data \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>",
  "repository": {}
}
Update repository information and members.
success
boolean
Indicates if the repository was updated successfully.
message
string
Success or error message.
repository
object
The updated repository object.