我正在尝试使用此 JSON 创建任务....
{
"data":{
"project":[
],
"followers":[
],
"workspace":{
"id":14852,
"name":"My Default"
},
"name":"This is test task",
"assignee":{
"id":14850,
"name":"Steve Reich"
}
}
}
我收到返回错误...
{
"errors":[
{
"message":"workspace: Not an ID: [object Object]"
}
]
}
有人知道我在做什么错吗?