Comments
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tableIdstringRequired
Identifier of the table containing the record
recordIdstringRequired
Identifier of the record to comment on
Header parameters
AuthorizationstringRequiredExample:
Bearer token for authentication
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