v1

latestOpenAPI 3.0.02026-07-2480355389.7 KB
Comments

Create a comment in a thread

Replies to a comment thread by creating a comment.

post/api/v2/teams/{team_slug}/items/{dataset_item_id}/comment_threads/{thread_id}/comments

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

Request body

bodystring required

Response

Comments.Comment.Comment

author_idinteger required
bodystring required
comment_thread_idstring uuid required
created_by_systemboolean required
idstring uuid required
inserted_atstring required
updated_atstring required

Example response

{
  "comment_thread_id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781",
  "id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781"
}