POST
/
repos
/
{repo_id}
/
sync
curl --request POST \
  --url https://api.diversion.dev/v0/repos/{repo_id}/sync
This response does not have an example.

Path Parameters

repo_id
string
required

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.

Required string length: 3 - 128
Example:

"example_id"

Response

202
_mintlify/placeholder

Sync started asynchronously.