curl --request POST \
--url https://api.diversion.dev/v0/repos/{repo_id}/sync{
"status": 403,
"detail": "User not authorized to perform the requested action on the resource",
"title": "<string>",
"type": "<string>"
}Sync all history from Git. The repo must already be associated with a Git repo (see import).
curl --request POST \
--url https://api.diversion.dev/v0/repos/{repo_id}/sync{
"status": 403,
"detail": "User not authorized to perform the requested action on the resource",
"title": "<string>",
"type": "<string>"
}The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
3 - 128"example_id"
Sync started asynchronously.