---
title: "Update Git Hub Integration"
method: PATCH
path: "/github-integration/project/{projectId}"
tags: ["GitHub"]
---

# Update Git Hub Integration

`PATCH /github-integration/project/{projectId}`

Update GitHub integration settings

## Path parameters

- `projectId` string, required

## Request body

- object
  - `isActive` boolean
  - `commentTaskLinkOnGitHubIssue` boolean

## Response `200`

Integration updated successfully

- object
  - `id` string, required
  - `projectId` string, required
  - `repositoryOwner` string, required
  - `repositoryName` string, required
  - `installationId` number, nullable, required
  - `branchPattern` string
  - `commentTaskLinkOnGitHubIssue` boolean
  - `isActive` boolean, nullable, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `404` — Integration not found

---

[API](https://skmtc.net/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.net/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/versions/09053e1c8b21/schema)
