POST
/
repos
/
import
/
check
curl --request POST \
  --url https://api.diversion.dev/v0/repos/import/check \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "git_url": "<string>"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

This API uses OAuth 2 with the implicit grant flow

Body

application/json

Details of a git repo to import into Diversion

Response

204

Git repo can be imported.