---
title: "Update a deal"
method: PATCH
path: "/api/v2/deals/{id}"
tags: ["Deals"]
---

# Update a deal

`PATCH /api/v2/deals/{id}`

Update a deal's attributes or relationships.

## Path parameters

- `id` string, required

## Headers

- `X-Organization-Id` string, required

## Response `200`

Single deal

## Other responses

- `422` — Unprocessable Entity

## Changes

- **2026-09-03** `72b19e10d7df` — 2 info
  - added the new optional request property `data/attributes/contact_ids`
  - added the optional property `data/relationships/contacts` to the response with the `200` status
- **2026-08-18** `7e6cad75fd81` — 2 breaking
  - the `data/attributes/time_entry_requirements` request property type changed from no type to `array`
  - the `data/attributes/time_entry_requirements` response's property type changed from no type to `array` for status `200`

[Change history](https://skmtc.dev/productive/apis/api-documentation/changes/api/v2/deals/:id/patch.md)

---

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