应用类型 | 是否支持 | 权限 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 支持 | 待办应用中待办写权限,待办应用中待办读权限 | API Explorer |
第三方企业应用 | 支持 | 待办应用中待办写权限,待办应用中待办读权限 | API Explorer |
第三方个人应用 | 暂不支持 | 待办应用中待办写权限,待办应用中待办读权限 | 暂不支持 |
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. | client token不合法。 |
404 | todo.task.notExisted | todo.task.notExisted | 待办不存在 |
500 | todo.taskUpdate.systemError | todo.taskUpdate.systemError | 更新待办系统异常 |
{}
curl --location --request PUT 'http://127.0.0.1/v1.0/todo/users//tasks/' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"result": true
}