Replace TaskTags

POST

Replaces the existing TaskTags on a Task with a newly provided list of TaskTags.

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

taskIdstringRequired
The unique identifier of the Task for which we will replace TaskTags

Request

This endpoint expects a list of objects.
namestringRequired
A name. To determine the meaning of this name, see the field to which this value is attached in the parent object.

Response

This endpoint returns an object.
errorobjectOptional
If the API call failed, this will contain information about the error that occurred.
successbooleanOptional
True if the API call succeeded; false otherwise.
hasErrorbooleanOptional
True if the API call failed.
statusCodeenumOptional
The HTTP code of the response.
dataobjectOptional
Returns the id of a specific ChangeSet