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 Task Tags
 
PUT Task Tags
This REST request updates the tags associated with a task. The underlying built-in service is pub.task.taskclient:updateTaskTags.
The HTTP request is formed as follows:
PUT /rest/pub/opentask/taskID/tags?taskID=value&tags=value
Input Parameters
taskID
String The unique identifier that the Task Engine assigns to the task.
tags
String Comma separated list of text to be used to define tags. No character limit enforced. Alphanumeric characters, spaces, underscores, and dashes are allowed.
Output Parameters
None.