---
title: "Update a contact relation"
method: PUT
path: "/contacts/{contactId}/relations/{relatedContactId}"
tags: ["Contacts"]
---

# Update a contact relation

`PUT /contacts/{contactId}/relations/{relatedContactId}`

Updates a relation for a specified contact.

## Path parameters

- `contactId` string, required
- `relatedContactId` string, uuid, required

## Request body

- ContactRelationDto
  - `relatedContactId` string, nullable — Unique identifier of the related contact.
  - `businessRole` string, nullable — Business role of related contact. Only applicable for companies (not trusts).

## Response `202`

When request is accepted. Returns a 'Link' object.

- Link
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable

## Other responses

- `400` — When an unsupported request is made.
- `403` — When contact with specified id is not associated with authenticated client.
- `404` — When contact with specified id does not exist.

---

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