cURL
curl --request POST \ --url https://kan.bn/api/v1/cards/{cardPublicId}/comments \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "comment": "<string>" } '
{ "code": "BAD_REQUEST", "message": "Invalid input data", "issues": [] }
Adds a comment to a card
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
1
Successful response