---
title: "Update integration"
method: PATCH
path: "/api/{cloudId}/v1/integrations/{id}"
tags: ["Integrations"]
---

# Update integration

`PATCH /api/{cloudId}/v1/integrations/{id}`

Updates an integration.  <br> <br> **Permissions required:** Permission to update the integration:
 - the user has read-only administrative right. 
 - the user is the admin of the team that the integration belongs to.

## Path parameters

- `id` string, required

## Request body

- UpdateIntegrationRequest
  - `name` string — Name of the integration. Name must be unique for each integration.
  - `enabled` boolean — This parameter is for specifying whether the integration will be enabled or not. Defaults to false
  - `description` string — Description of the integration.
  - `teamId` string — ID of the team that integration belongs to.
  - `typeSpecificProperties` object — This is for some integration spesific properties. For instance this map is consisting suppressNotifications for incoming integrations, emailUsername for email integrations or allowReadAccess/allowWriteAccess/allowDeleteAccessallowConfigurationAccess for API Integrations.

## Response `200`

Returned if the request is successful.

- Integration
  - `id` string — ID of the integration.
  - `type` string — Type of the integration.
  - `name` string — Name of the integration.
  - `enabled` boolean — Indicates whether the integration is enabled or not.
  - `teamId` string — ID of the team that integration belongs to.
  - `typeSpecificProperties` object — Integration specific properties.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the request user does not have permission to update the integration
- `422` — Returned if the payload cannot be validated.

---

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