Kaneo Logo
GitHub Integration

Create Git Hub Integration

Create a new GitHub integration for a project

POST
/github-integration/project/{projectId}

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Path Parameters

projectId*string

Request Body

application/json

repositoryOwner*string
Length1 <= length
repositoryName*string
Length1 <= length

Response Body

application/json

curl -X POST "https://cloud.kaneo.app/api/github-integration/project/string" \  -H "Content-Type: application/json" \  -d '{    "repositoryOwner": "string",    "repositoryName": "string"  }'
{
  "id": "string",
  "projectId": "string",
  "repositoryOwner": "string",
  "repositoryName": "string",
  "installationId": 0,
  "isActive": true,
  "createdAt": null,
  "updatedAt": null
}