I'm trying to create a task with this JSON....
{
"data":{
"project":[
],
"followers":[
],
"workspace":{
"id":14852,
"name":"My Default"
},
"name":"This is test task",
"assignee":{
"id":14850,
"name":"Steve Reich"
}
}
}
I'm getting the return error...
{
"errors":[
{
"message":"workspace: Not an ID: [object Object]"
}
]
}
Anyone know what I'm doing wrong?