---
title: "Patch conversation custom attributes"
method: PATCH
path: "/beta/conversations/{conversationId}/custom-attributes"
tags: ["Conversations", "Custom Attributes"]
---

# Patch conversation custom attributes

`PATCH /beta/conversations/{conversationId}/custom-attributes`

Patch custom attributes of a conversation

## Path parameters

- `conversationId` integer, required

## Request body

- MapUUIDOptionAttributeValue

## Response `200`

The patched conversation attributes

- PatchConversationCustomAttributesOutput
  - `data` CustomAttribute[]
    - `id` string, uuid, required
    - `name` string, required
    - `identifier` string, required
    - `value` union, required — AttributeValue values: String[] if the type of the custom attribute is Select or String if the type of the custom attribute is Text
      - string[]
      - string

## Other responses

- `400` — Invalid value for: path parameter conversationId, Invalid value extracted from request context, Invalid value for: body, Invalid input for patching
- `401` — The user who issued the access token used in the request is not authorized to perform the operation
- `404` — An entity in this request could not be found

---

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