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

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

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

Update GitHub integration settings

## Path parameters

- `projectId` string, required

## Request body

- object
  - `isActive` boolean

## Response `200`

Integration updated successfully

- object
  - `id` string, required
  - `projectId` string, required
  - `repositoryOwner` string, required
  - `repositoryName` string, required
  - `installationId` number, nullable, required
  - `isActive` boolean, nullable, required
  - `createdAt` unknown, required
  - `updatedAt` unknown, required

## Other responses

- `404` — Integration not found

## Changes

- **2026-03-04** `298877d6a79a` — 2 breaking
  - response property `installationId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isActive` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2026-02-21** `4b8811b821e6` — 2 breaking, 2 info
  - the response property `installationId` became nullable for the status `200`
  - the response property `isActive` became nullable for the status `200`
  - response property `installationId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `isActive` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2025-12-13** `75119d670ebb` — 1 info
  - added the required property `updatedAt` to the response with the `200` status
- **2025-12-11** `93b231773126` — 2 breaking, 8 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - the response's body type/format changed from ``/`` to `object`/`` for status `404`
  - added the required property `createdAt` to the response with the `200` status
  - added the required property `error` to the response with the `404` status
  - …6 more

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/github-integration/project/:projectId/patch.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/75fa2e827d27/schema)
