v1

latestOpenAPI 3.1.02026-07-1451089.2 KB

Update a comment

This call lets you update the message text of a specific comment.

post/comments/{commentKey}

Path parameters

commentKeystring required

The comment key for the comment you wish to update

Request body

messagestring required

The updated message text

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"
}