Create comment
documentedCreate a new comment (attached to a task or a conversation).
POST /commentsCommentsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://redbooth.com/api/3/comments" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"target_id": "{{$target_id}}", "target_type": "{{$target_type}}", "body": "{{$body}}", "minutes": "{{$minutes}}"}'