---
title: "PATCH /parties/{id}"
method: PATCH
path: "/parties/{id}"
tags: ["Parties"]
---

# PATCH /parties/{id}

`PATCH /parties/{id}`

Updates a party

## Request body

- object
  - `data` object
    - `attributes` object, required
      - `company_name` string — The name of the company

## Response `200`

OK

- object
  - `data` Party
    - `id` string, uuid
    - `attributes` object, required
      - `company_name` string, required — Company name
    - `type` 'party'
  - `links` LinkSelf
    - `self` string, uri

## Other responses

- `422` — Unprocessable Entity

## Changes

- **2026-03-26** `90a04ac576b7` — 1 warning
  - removed the optional property `errors/items/meta/tracking_request_id` from the response with the `422` status
- **2025-01-31** `20a3cf2736ff` — 1 info
  - added the optional property `links` to the response with the `200` status
- **2025-01-24** `fc78bda71ed3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/terminal49/apis/terminal49-api-reference/changes/parties/:id/patch.md)

---

[API](https://skmtc.dev/terminal49/apis/terminal49-api-reference.md) · [All operations](https://skmtc.dev/terminal49/apis/terminal49-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/terminal49/terminal49-api-reference/revisions/90a04ac576b7/schema)
