---
title: "Patch Integrations"
method: PATCH
path: "/v1/integrations"
tags: ["Integration Keys"]
---

# Patch Integrations

`PATCH /v1/integrations`

Update integration fields. Secret fields are encrypted before storage.
Send null to clear a field. Only include fields that changed.
Prefer POST /update-integrations for a typed, agent-style contract.

When `ces_wif_config_json` is included in the payload, a background Google
Agents sync (CES + DFCX) is kicked off fire-and-forget so the credential
save is never blocked by a potentially slow sync.

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- unknown

## 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/f48cef80963f/schema)
