v1

latestOpenAPI 3.1.02026-07-1451089.2 KB

Create a comment

This call lets you create a comment associated with a particular box.

post/boxes/{boxKey}/comments

Path parameters

boxKeystring required

The key of the box for which you want the comment created

Request body

messagestring required

The text of the comment.

Response

200

boxKeystring
pipelineKeystring
timestampinteger
creatorKeystring
messagestring
commentKeystring
keystring

Example response

{
  "boxKey": "agptYWlsZRjJBAw",
  "pipelineKey": "agptYWls2Zsb3cYjgIM",
  "timestamp": 1369697984568,
  "creatorKey": "agptYWlsZchgBDA",
  "message": "bar",
  "commentKey": "agptYWludBjTBAw",
  "key": "agptYWldBjTBAw"
}