---
title: "Update Integration"
method: PUT
path: "/api/v1/app/{app_id}/integration/{integ_id}"
tags: ["Integration"]
---

# Update Integration

`PUT /api/v1/app/{app_id}/integration/{integ_id}`

Update an integration.

## Path parameters

- `app_id` string, required — The Application's ID or UID.
- `integ_id` string, required — The Integration's ID.

## Request body

- IntegrationUpdate
  - `featureFlags` string[] — The set of feature flags the integration will have access to.
  - `name` string, required

## Response `200`

- IntegrationOut
  - `createdAt` string, date-time, required
  - `featureFlags` string[] — The set of feature flags the integration has access to.
  - `id` string, required — The Integration's ID.
  - `name` string, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

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