> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/input-types/comment-update-input.md).

# CommentUpdateInput

Input object for updating comments.

```graphql
input CommentUpdateInput {
  id: ID!
  message: String!
}
```

### Fields

#### id ● [`ID!`](/api/graphql/data-access/scalars/id.md) non-null scalar <a href="#id" id="id"></a>

The ID of the comment to update.

#### message ● [`String!`](/api/graphql/data-access/scalars/string.md) non-null scalar <a href="#message" id="message"></a>

The new message for the comment.

### Member Of

[`updateComment`](/api/graphql/data-access/mutations/update-comment.md) mutation
