---
title: "Update Comment"
method: PUT
path: "/api/v1.0/comments/{id}"
tags: ["Comments"]
---

# Update Comment

`PUT /api/v1.0/comments/{id}`

## Path parameters

- `id` string, required

## Request body

- Comment
  - `address` string — The address where the Comment was generated (this is automatically generated if latitude/longitude are specified)
  - `attachment_urls` object[] — An array of URLs to images attached to the Comment
    - `name` string — The UI name of the attachment
    - `url` string — The URL to access the attachment
    - `attachment_type` string — The file type of the attachment
  - `created_at` number — The date/time the Comment was created at represented as an integer
  - `disable_webhooks` boolean — Condition for deciding whether to disable webhook for the Comment
  - `external_id` string — An optional external Identifier to uniquely identify the Comment in integration systems
  - `fulfilled_action_id` integer — The ID of the action which this Comment fulfills
  - `id` number — The ID of the Comment
  - `text` string — The text of the Comment
  - `type` 'Comment' | 'PhoneCorrespondence' | 'EmailCorrespondence' | 'InpersonCorrespondence' | 'SocialCorrespondence' | 'ColdCorrespondence' — The type of Update
  - `latitude` number — The latitude coordinate the Comment was created at
  - `lead_id` string — The ID of the Lead the Comment is associated with
  - `longitude` number — The longitude coordinate the Comment was created at
  - `recording_url` string — A URL to an mp3 recording for the Comment
  - `user_id` integer — The ID of the user who created the Comment

## Response `200`

Success

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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