---
title: "Edit Opportunity Comment"
method: PUT
path: "/opportunities/comments/{comment_id}"
tags: ["OPPORTUNITIES"]
deprecated: true
---

# Edit Opportunity Comment

`PUT /opportunities/comments/{comment_id}`

> **Deprecated.**

## Path parameters

- `comment_id` string, required

## Query parameters

- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Request body

- UpdateCommentRequest
  - `comment` string, required

## Response `200`

Successful Response

- CommentResponse
  - `id` string, required
  - `opportunity_id` string, required
  - `instance_id` integer, nullable
  - `comment` string, required
  - `created_by` integer, nullable
  - `timestamp` string, date-time, required
  - `updated_at` string, date-time, nullable
  - `edited` boolean

## Other responses

- `403` — Only the comment author can edit this comment
- `404` — Comment not found
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/103580dad816/schema)
