Newer Version Available

This content describes an older version of this product. View Latest

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
Authentication
Authorization: OAuth accesstoken
Parameters
Parameter Description
assigneeId Assigns the master article to a user ID.
dueDate Date that the task is due.
instruction Instructions for the task.
Example request body
1{
2"assigneeId":"05Dxx0000dsads"
3"dueDate":"2012-04-19T07:00:00.000+0000"
4"instruction":"Please review."
5}
Example response body
HTTP status code 204 is returned when an existing record is updated.