---
title: "Update a comment."
method: POST
path: "/api/UpdateComment"
tags: ["Workflows"]
---

# Update a comment.

`POST /api/UpdateComment`

## Headers

- `Authorization` string, required
- `UserName` string

## Request body

- EmsignerAPIBusinessObjectUpdateCommentInput — UpdateCommentInput
  - `Comment` string, required — Comment
  - `CommentID` integer, required — CommentID (fetched using GetWorkflowComments)

## Response `200`

OK

- EMDMSHelperReturnObjectSystemInt64
  - `IsSuccess` boolean
  - `Messages` string[]
  - `ErrorCode` integer
  - `Response` integer

---

[API](https://skmtc.dev/emsigner/apis/emsignerapi.md) · [All operations](https://skmtc.dev/emsigner/apis/emsignerapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/emsigner/emsignerapi/revisions/7d5d55e0d91d/schema)
