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] [¶m2=value]...[¶m4=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
IBM 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
IBM webMethods Task Engine User’s Guide.
|
|