Skip to main content
POST
/
tables
/
{tableId}
/
rows
/
{rowId}
/
comments
Error
A valid request URL is required to generate request examples
{
  "comment": {}
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Path Parameters

tableId
string<uuid>
required

Table ID

rowId
integer
required

Row ID

Body

application/json
comment
string
required
Required string length: 1 - 5000
Example:

"This customer has great potential for expansion."

Response

Comment created successfully

comment
object