POST
/
repos
/
{repo_id}
/
sync
curl --request POST \
  --url https://api.diversion.dev/v0/repos/{repo_id}/sync \
  --header 'X-Hub-Signature-256: <api-key>'
This response does not have an example.

Authorizations

X-Hub-Signature-256
string
header
required

Github webhook signature

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

Sync started asynchronously.