---
title: "Share Conversation"
method: POST
path: "/api/conversation/{conversation_ext_id}/share"
tags: ["conversation"]
---

# Share Conversation

`POST /api/conversation/{conversation_ext_id}/share`

Share all messages in a conversation by setting their shared flag to true.

Only the conversation creator can share a conversation.

## Path parameters

- `conversation_ext_id` string, required

## Response `200`

Successful Response

- ShareConversationResponse
  - `detail` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/1f956ac3d1c1/schema)
