---
title: "Update the conversation at the given index for the given organization (accessible to Secretariat or original same-organization author)"
method: PUT
path: "/registry/org/{shortname}/conversation/{index}"
tags: ["Registry Organization"]
---

# Update the conversation at the given index for the given organization (accessible to Secretariat or original same-organization author)

`PUT /registry/org/{shortname}/conversation/{index}`

<h2>Access Control</h2>  <p>User must belong to an organization with the <b>Secretariat</b> role or be the original author of the conversation in the same organization</p>  <h2>Expected Behavior</h2>  <p><b>Original Author:</b> Allowed to update only the message body of a conversation posted by them</p>  <p><b>Secretariat:</b> Allowed to update the message body and/or visibility of any conversation</p>

## Path parameters

- `shortname` string, required
- `index` string, required

## Headers

- `CVE-API-ORG` string, required
- `CVE-API-USER` string, required
- `CVE-API-KEY` string, required

## Response `200`

Returns the updated conversation

- UpdateConversationResponseJson — unresolved $ref

## Other responses

- `400` — Bad Request
- `401` — Not Authenticated
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/cveproject/apis/cve-services-api.md) · [All operations](https://skmtc.net/cveproject/apis/cve-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cveproject/cve-services-api/revisions/37d9d2a0b112/schema)
