The comment object
Attributes
id
string
Unique identifier for the thread comment.
thread
string
ID of the thread.
content
string
Content of the comment.
author
string
ID of the author.
created_at
string
Time at which the thread was created.
updated_at
string
Time at which the thread was last updated.
The comment object
{
"id": "msg_433acc1337747c5b3eb2804a",
"thread": "file_thread_d874c2998ce71f02a85ce055",
"content": "The comment",
"author": "u_c01bb6102b6ddadd4b1f020e",
"created_at": "2024-01-23T23:09:00+00:00",
"updated_at": "2024-01-23T23:09:00+00:00"
}