Add a comment
POST/action_item/:id/comments
Add a comment to an action item.
The comment author is always set from the authenticated user's bearer token.
Request
Responses
- 201
- 4XX
- 5XX
The created comment.
Client error responses due to invalid input, missing parameters, or unauthorized access.
Request validation errors use a different shape:
{
"type": "ValidationError",
"errors": [{ "message": "body must have required property 'defer_until'" }]
}
Server error responses indicating an issue on the API side.