---
title: "Update Integrations"
method: POST
path: "/v1/update-integrations"
tags: ["Integration Keys"]
---

# Update Integrations

`POST /v1/update-integrations`

Update integration fields for the authenticated org (middleware encrypts secrets before DB write).
Same semantics as PATCH /integrations: only send fields to change; null clears a field.

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- IntegrationsUpdateResponse
  - `success` boolean — Whether the update succeeded
  - `message` string, required — Human-readable result message
  - `status` string — Status code string for clients
  - `integrations` object, required — Current integration row with secrets masked (same shape as GET /integrations)

## Other responses

- `422` — Validation Error

---

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