我正在尝试通过 WorkFront API 发布关于任务的注释更新。我无法找出正确的组合。这是我目前正在尝试的,但我尝试过其他(类似)组合
请求:(在预览站点上测试)
Method: PUT
https://thecompany.preview.workfront.com/attask/api/v7.0/task?updates={"ID":"1234567","replyToAssignment": {"noteText": "testing note-updates", "commitDate": "2017-07-30"}}&sessionID=1234567
回复:
{
"error": {
"class": "java.lang.IllegalArgumentException",
"message": "APIModel V7_0 does not support field replyToAssignment (Task)"
}
}
我知道这是可能的,但我很难弄清楚。