Sign in

Create comment

documented

Create a comment for a card.

POST /projects/{project_id}/cards/{card_id}/comments.jsonCardsno implementation yet0 runs
No 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://api.breeze.pm/projects/{{$project_id}}/cards/{{$card_id}}/comments.json?api_token={{BREEZE_API_KEY}}&team_id={{TEAM_ID}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"comment": "{{$comment}}"}'
Create comment · Breeze · OpenIntegrations