POST
/
api
/
v1
/
repos
curl --request POST \
  --url https://api.quackai.com/api/v1/repos/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "github_token": "<string>",
  "id": 123
}'
{
  "id": 123,
  "owner_id": 123,
  "full_name": "<string>",
  "installed_at": "2023-11-07T05:31:56Z",
  "is_active": true,
  "installed_by": 123
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Response

201
application/json

Successful Response

The response is of type object.