---
title: "Update a single Communication"
method: PATCH
path: "/communications/{id}.json"
tags: ["Communications"]
---

# Update a single Communication

`PATCH /communications/{id}.json`

Outlines the parameters and data fields used when updating a single Communication

## Path parameters

- `id` integer, required

## Query parameters

- `fields` string

## Headers

- `IF-MATCH` string
- `X-API-VERSION` string

## Request body

- object
  - `data` object, required
    - `body` string — The body value.
    - `external_properties` object[]
      - `id` integer — The unique identifier for a single ExternalProperty associated with the Communication. The keyword `null` is not valid for this field.
      - `name` string — The ExternalProperty name. Note: **there is a limit of 5 external_properties per Communication**
      - `value` string — The ExternalProperty value.
      - `_destroy` boolean — The destroy flag. If the flag is set to `true` and the unique identifier of the associated ExternalProperty is present, the ExternalProperty is deleted from the Communication.
    - `matter` object
      - `id` integer — The unique identifier for a single Matter associated with the Communication. The keyword `null` is not valid for this field.
    - `notification_event_subscribers` object[]
      - `user_id` string — The unique identifier for a User to be added as a notification event subscriber to the Phone Log Communication. Note: Only applicable to Phone Log Communications, invalid for other communication types.
      - `id` integer — The unique identifier for this notification event subscriber. Note: Only applicable to Phone Log Communications, invalid for other communication types.
      - `_destroy` boolean — Whether or not the notification event subscriber should be deleted. Note: Only applicable to Phone Log Communications, invalid for other communication types.
    - `received_at` string — The date-time for the Communication. (Expects an ISO-8601 date-time.)
    - `receivers` object[]
      - `_deleted` boolean — Whether or not the receivers should be deleted.
      - `id` integer — Unique ids for the receivers of this Communication.
      - `type` 'User' | 'Contact' — Types of the receivers of this Communication.
    - `senders` object[]
      - `_deleted` boolean — Whether or not the senders should be deleted.
      - `id` integer — Unique ids for the senders of this Communication.
      - `type` 'User' | 'Contact' — Types of the senders of this Communication.
    - `subject` string — The subject value.
    - `type` 'PhoneCommunication' | 'EmailCommunication' — Type of the Communication.

## Response `200`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

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