Task Engine 10.11 | Task Engine Webhelp | webMethods Task Engine API and Service Reference | Using the Task Engine RESTful Web Services in Integration Server | PUT Updates into a Task Comment
 
PUT Updates into a Task Comment
This REST request updates a comment in a task instance, including any attachments associated with the comment. The underlying built-in service is pub.task.taskclient:updateTaskComment.
The HTTP request is formed as follows:
PUT /rest/pub/opentask/taskID/comments/commentID[?param1=value]      [&param2=value]...[&param4=value]
Input Parameters
attachments
TaskAttachment[] Optional. An array of TaskAttachment objects representing any attachments to be added to the comment being updated. See pub.task:TaskAttachment for the structure of this data.
commentID
String The unique identifier of a comment to be deleted.
deleteAttachments
String[] Optional. An array of IDs of any attachments to be deleted from the comment.
taskID
String The unique identifier that the Task Engine assigns to the task instance.
text
String Optional. The updated text for this comment.
user
String Optional. The user ID of the My webMethods Server user on whose behalf this operation executes. If user is not specified, the user ID associated with the WmTaskClient package is used. For information about configuring this user ID, see webMethods Task Engine User’s Guide.
Output Parameters
None.