Add TaskTag to Task
Add one or more new TaskTags to a Task.
A TaskTag is a connection between a Task and a Tag. Each Task can have zero, one or many
TaskTags associated with it. TaskTags can be assigned and removed from the Task to help you
classify your Tasks and prioritize work.
Path parameters
taskId
The unique identifier of the Task for which we will add TaskTags
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-integration-name
The name of the calling system passed along as a header parameter
Request
The new TaskTags to add to this Task
name
A name. To determine the meaning of this name, see the field to which this
value is attached in the parent object.
Response
Success
error
If the API call failed, this will contain information about the error that occurred.
success
True if the API call succeeded; false otherwise.
hasError
True if the API call failed.
statusCode
The HTTP code of the response.
data
Returns the id of a specific ChangeSet