Calling Tracker
Add Comment
Add a comment to a calling proposal
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
proposal_id*Proposal Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/calling-kanban/proposals/0/comments" \ -H "Content-Type: application/json" \ -d '{ "proposal_id": 0, "commenter_id": 0, "comment_text": "string" }'{ "id": 0, "proposal_id": 0, "commenter_id": 0, "comment_text": "string", "created_at": "2019-08-24T14:15:22Z", "edited_at": "2019-08-24T14:15:22Z"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}