Task Engine 10.11 | Task Engine Webhelp | webMethods Task Engine API and Service Reference | Using the Task Engine RESTful Web Services in My webMethods Server | PUT Updates into a Task Comment
 
PUT Updates into a Task Comment
This REST request updates a comment in a task instance.
The HTTP request is formed as follows:
PUT /rest/pub/opentask/taskID/comments/commentID[?param1=value]      [&param2=value]...[&param4=value]
Input Parameters
attachments
TaskAttachment[]. An array of TaskAttachment objects representing any attachments to be added to the comment being updated.
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.
Output Parameters
None.