---
title: "Update Project Integration"
method: PUT
path: "/api/v1/projects/{project_id}/integrations"
tags: ["Projects"]
---

# Update Project Integration

`PUT /api/v1/projects/{project_id}/integrations`

## Path parameters

- `project_id` string, uuid, required — The unique identifier of the project

## Request body

- UpdateProjectIntegrationRequest
  - `providers` object, required

## Response `200`

Successful Response

- CommandWasSuccessfulResponse
  - `success` boolean
  - `message` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rebolt/apis/fastapi.md) · [All operations](https://skmtc.dev/rebolt/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rebolt/fastapi/revisions/ee5884f323f3/schema)
