POST
/
integrations
/
github
/
sync_repos
curl --request POST \
  --url https://api.carbon.ai/integrations/github/sync_repos \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "repos": [
    "<string>"
  ],
  "data_source_id": 123
}'
"<any>"

Authorizations

authorization
string
header
required

token <token>, corresponds to temporary access tokens.

Body

application/json
repos
string[]
required
data_source_id
integer | null

Response

200
application/json
Successful Response

The response is of type any.