---
title: "Update Integration"
method: PATCH
path: "/api/v3/integrations/{integration_id}"
tags: ["Integrations"]
---

# Update Integration

`PATCH /api/v3/integrations/{integration_id}`

## Path parameters

- `integration_id` string, required

## Request body

- IntegrationPatchRequest
  - `status` string, nullable
  - `scopes` string[], nullable

## Response `200`

Successful Response

- IntegrationResponse
  - `id` string, uuid, required
  - `subject_type` string, required
  - `subject_id` string, required
  - `provider` string, required
  - `external_team_id` string, nullable, required
  - `external_team_name` string, nullable, required
  - `external_user_id` string, nullable, required
  - `scopes` string[], required
  - `status` string, required
  - `created_at` string, date-time, required
  - `warning` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/revisions/85804e68d86d/schema)
