GitHub Integration
Create Git Hub Integration
Create a new GitHub integration for a project
Authorization
bearerAuth AuthorizationBearer <token>
API Key authentication
In: header
Path Parameters
projectId*string
Request Body
application/json
repositoryOwner*string
Length
1 <= lengthrepositoryName*string
Length
1 <= lengthResponse 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
}