---
title: "Link a conversation to a parent conversation"
method: PUT
path: "/beta/conversations/{conversationId}/link"
tags: ["Conversations"]
---

# Link a conversation to a parent conversation

`PUT /beta/conversations/{conversationId}/link`

Links the specified conversation to a parent conversation with the specified link type.

Limitations:
* Maximum of 100 child conversations per parent
* Only 1 parent per child conversation
* A child conversation cannot have its own child conversations

## Path parameters

- `conversationId` integer, required

## Request body

- LinkConversationInput
  - `parentId` integer, required
  - `linkType` string, required — values: [Related, SideConversation]

## Response `204`

## Other responses

- `400`
- `404` — An entity in this request could not be found
- `500` — Internal failure during request processing

---

[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/5eaff14a2c46/schema)
