| 应用类型 | 是否支持 | 权限 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 支持 | 待办应用中待办写权限,待办应用中待办读权限 | API Explorer |
| 第三方企业应用 | 支持 | 待办应用中待办写权限,待办应用中待办读权限 | API Explorer |
| 第三方个人应用 | 暂不支持 | 待办应用中待办写权限,待办应用中待办读权限 | 暂不支持 |
| HttpCode | 错误码 | 错误信息 | 说明 |
|---|---|---|---|
| 400 | todo.taskUpdate.paramError | todo.taskUpdate.paramError | 更新待办参数异常 |
| 400 | todo.taskUpdate.paramError | subject is oversize | 待办标题长度超出限制 |
| 400 | todo.taskUpdate.paramError | description is oversize | 待办描述长度超出限制 |
| 400 | todo.taskUpdate.paramError | executors is oversize | 待办执行人超出限制 |
| 400 | todo.taskUpdate.paramError | participants is oversize | 待办参与人超出限制 |
| 400 | todo.taskUpdate.paramError | dueTime is invalid | 待办截止时间非法 |
| 400 | todo.taskUpdate.paramError | task not exist | 待办任务不存在 |
| 400 | todo.taskUpdate.paramError | task not belong to bizTag | 待办任务不属于该应用 |
| 500 | todo.taskUpdate.systemError | todo.taskUpdate.systemError | 更新待办系统异常 |
curl --location --request PUT 'https://api.dingtalk.com/v1.0/todo/users//tasks/?operatorId' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject" : "String",
"description" : "String",
"dueTime" : Long,
"done" : Boolean,
"executorIds" : [ "String" ],
"participantIds" : [ "String" ]
}'{
"result" : true
}
【钉钉】API开发者 微信交流群
用微信扫右侧二维码,加入【钉钉】API开发者 交流群,互助沟通

扫码加入交流群