Assign a Task Related to a Translation
Assigns a task to a user for a translated article, including due date and instructions.
The actions are defined by the field change you request on the resource.
URI
1/services/data/v25.0/knowledgeManagement/articleVersions/translations/<translationVersionId>Formats
JSON, XML
HTTP Method
PATCH
Parameters
| Parameter | Description |
|---|---|
| assigneeId | Assigns the primary article to a user ID or a queue ID. |
| dueDate | Date that the task is due. |
| instruction | Instructions for the task. |
Input
1{
2 "assigneeId":"05Dxx0000dsads",
3 "dueDate":"2012-04-19T07:00:00.000+0000",
4 "instruction":"Please review."
5 }Output
HTTP status code 204 is returned when an existing record is updated.