0
我注意到,在5.0版本中它的推出行動assignCategory爲對象類別AtTask分配類別任務
但是,當我執行請求
> PUT https://{domain}/attask/api/v5.0/category/{categoryId}/assignCategory?objID={taskId}&objCode=TASK&categoryID={categoryId}
我收到以下錯誤reposonse:
{
"error:
{
"class":"com.attask.common.InvalidParameterException",
"message":"objectID cannot be null",
"title":null,
"msgKey":"exception.attask",
"attributes":[""],
"code":0
}
}
我做錯了什麼?