v1
latestOpenAPI 3.0.02026-07-2480355389.7 KBComments
Update comment
Updates a comment. Requires user to be the comment author.
put/api/v2/teams/{team_slug}/items/{dataset_item_id}/comment_threads/{thread_id}/comments/{id}
Path parameters
team_slugstring required
Team's sluggified name
dataset_item_idstring uuid required
Example:e23ff3f3-8f77-4e78-9e81-fdb25abfb781
thread_idstring uuid required
Example:e23ff3f3-8f77-4e78-9e81-fdb25abfb781
idstring uuid required
Example:e23ff3f3-8f77-4e78-9e81-fdb25abfb781
Request body
Response
Comments.Comment.Comment
Example response
{
"comment_thread_id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781",
"id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781"
}