---
title: "PUT /v1/projects/{projectId}/integrations/{integrationId}"
method: PUT
path: "/v1/projects/{projectId}/integrations/{integrationId}"
tags: ["Integrations"]
---

# PUT /v1/projects/{projectId}/integrations/{integrationId}

`PUT /v1/projects/{projectId}/integrations/{integrationId}`

## Path parameters

- `projectId` string, required
- `integrationId` string, required

## Query parameters

- `updateMask` string

## Request body

- GoliothIntegrationUpdate
  - `configuration` object
  - `enabled` boolean
  - `name` string

## Response `200`

A successful response.

- GoliothUpdateIntegrationResponse
  - `data` GoliothIntegration
    - `configuration` object
    - `createdAt` string, date-time
    - `enabled` boolean
    - `id` string
    - `name` string
    - `type` string
    - `updatedAt` string, date-time

## Other responses

- `default` — An unexpected error response.

---

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