---
title: "Update conversation variables"
method: PATCH
path: "/v1/conversation/{conversationId}/variables"
tags: ["Conversation"]
---

# Update conversation variables

`PATCH /v1/conversation/{conversationId}/variables`

Merge variables on a conversation. Names must be declared.

## Request body

- VariableValuesUpdateDTO
  - `variables` object, required — Value of variables on the conversation.

## Response `200`

- VariableValuesResponseDTO
  - `variables` object, required — Value of variables on the conversation.

## Other responses

- `404` — Conversation not found

## Changes

- **2026-07-09** `838950c9ba16` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/optechai/apis/lorikeet-api/changes/v1/conversation/:conversationId/variables/patch.md)

---

[API](https://skmtc.dev/optechai/apis/lorikeet-api.md) · [All operations](https://skmtc.dev/optechai/apis/lorikeet-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optechai/lorikeet-api/revisions/789c7fa93584/schema)
