# Comments

*   List comments *   Create comment *   Update comment The user, user group, or app agent mentioned and returned from the comments API Users can be mentioned by including the userId or email surrounded by `@[]` in the text field of the request body Responses from listing, creating, or updating......

## Pages in this folder

| Page | Local file | Summary |
| --- | --- | --- |
| User mentioned - Airtable Web API | [user-mentioned-airtable-web-api.md](user-mentioned-airtable-web-api.md) | *   List comments *   Create comment *   Update comment The user, user group, or app agent mentioned and returned from the comments API Users can be mentioned by including the userId or email surrounded by `@[]` in the text field of the request body Responses from listing, creating, or updating... |
| Update comment - Airtable Web API | [update-comment-airtable-web-api.md](update-comment-airtable-web-api.md) | patch`https://api.airtable.com/v0/{baseId}/{tableIdOrName}/{recordId}/comments/{rowCommentId}` Updates a comment on a record. |
| List comments - Airtable Web API | [list-comments-airtable-web-api.md](list-comments-airtable-web-api.md) | get`https://api.airtable.com/v0/{baseId}/{tableIdOrName}/{recordId}/comments` Returns a list of comments for the record from newest to oldest. |
| Delete comment - Airtable Web API | [delete-comment-airtable-web-api.md](delete-comment-airtable-web-api.md) | delete`https://api.airtable.com/v0/{baseId}/{tableIdOrName}/{recordId}/comments/{rowCommentId}` Deletes a comment from a record. |
| Create comment - Airtable Web API | [create-comment-airtable-web-api.md](create-comment-airtable-web-api.md) | post`https://api.airtable.com/v0/{baseId}/{tableIdOrName}/{recordId}/comments` Creates a comment on a record. |
