我正在尝试通过 api 创建一个新任务。
电话是:
curl -u my_token: https://app.asana.com/api/1.0/tasks -d "name=demo_task" -d "workspace=875236917006"
这是回应:
{"errors":[{"message":"workspace: Not the correct type"}]}
我哪里错了?
我正在尝试通过 api 创建一个新任务。
电话是:
curl -u my_token: https://app.asana.com/api/1.0/tasks -d "name=demo_task" -d "workspace=875236917006"
这是回应:
{"errors":[{"message":"workspace: Not the correct type"}]}
我哪里错了?