---
title: "Update Connection"
method: PATCH
path: "/connections"
tags: ["Auth"]
---

# Update Connection

`PATCH /connections`

Manually update properties of the connection associated with your access token.

## Headers

- `x-trackstar-api-key` string, required
- `x-trackstar-access-token` string, required

## Request body

- UpdateConnectionSchema
  - `customer_id` string, nullable — An identifier for your end customer.
  - `webhooks_disabled` boolean

## Response `200`

Successful response

- UpdateResponseSchema
  - `id` string, required — The id of the updated object.
  - `object` string, required — The type of the object that was updated.
  - `updated` boolean, required — Whether or not the object was updated.

## Other responses

- `422` — Validation error

---

[API](https://skmtc.net/trackstarhq/apis/trackstar-api.md) · [All operations](https://skmtc.net/trackstarhq/apis/trackstar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trackstarhq/trackstar-api/versions/4bc5c6e1a8bf/schema)
