Comments
Authorizations
AuthorizationstringRequired
Organization API token (tot_) — preferred authentication method. Pass the token directly without Bearer prefix.
Path parameters
tableIdstringRequired
Identifier of the table containing the record
recordIdstringRequired
Identifier of the record to comment on
Header parameters
AuthorizationstringRequiredExample:
Organization token (tot_) — preferred method, or legacy Bearer JWT token. Pass the tot_ token directly without Bearer prefix; use Bearer <jwt> for legacy JWT auth.
Bearer eyJhbGciOiJub25lIn0.eyJ3b3Jrc3BhY2VJZCI6IjY0MDgxMTM1LWEyMGEtNGU4OS04OWY1LTkyM2QxMzUzMDVhNSIsImlhdCI6MTc1NjczNzU0MjgyNiwiZXhwIjoxNzU2NzQxMTQyODI2LCJjdXN0b206dGVhbUlkIjoiOWVmODYzMmEtNWM4YS00OWZkLWJkYTEtZDJkZDBkZDI2OWMwIn0.Content-TypestringRequiredExample:
Content type of the request - application/json
application/json;charset=UTF-8Body
contentstringRequired
Content of the comment
Responses
201
201
application/json;charset=UTF-8
400
Bad Request – invalid request parameters
application/json
401
Unauthorized – JWT token missing or invalid
application/json
403
Forbidden – insufficient permissions
application/json
404
Not Found – resource does not exist
application/json
500
Internal Server Error – unexpected server error
application/json
post
/tables/{tableId}/records/{recordId}/commentsLast updated