Error
A valid request URL is required to generate request examples{
"comment": {}
}{
"error": "Table not found"
}Row Comments
Create a comment
Creates a new comment on a database table row.
POST
/
tables
/
{tableId}
/
rows
/
{rowId}
/
comments
Error
A valid request URL is required to generate request examples{
"comment": {}
}{
"error": "Table not found"
}Authorizations
Enter token in format (Bearer )
Body
application/json
Required string length:
1 - 5000Example:
"This customer has great potential for expansion."
Response
Comment created successfully