| HTTP状态码 | 错误码 | 描述 | 排查建议 |
|---|---|---|---|
| 401 | 1470403 | The identity token is incorrect. It should be either user_access_token or tenant_access_token. | 发起请求方的身份token不正确,需要为UserAccessToken或TenantAccessToken其中一种 |
| 400 | 1470404 | be refused to create or update task, perhaps you have no permission | 一般是因为操作者没有操作权限,导致更新任务或其他更新任务的操作失败。如,任务的关注者没有权限修改任务。 |
| 400 | 1470432 | No permission to get the task. | 没有获取任务的权限,需要检查当前发起请求的对象是否有权限 |
| 429 | 1470450 | request too fast | 当前同时发起的请求过多,峰值较高导致了限流,请稍后重新尝试 |
| 400 | 1470451 | Operation requests for the same task are too frequent. | 对同一个任务的操作请求太频繁,需要降低请求频次 |
| 400 | 1470602 | Invalid task id. | 请检查任务的 id 是否合法 |
| 500 | 1470604 | Failed to update task completion status. | 更新任务的完成状态失败,若 重试无法解决,请联系飞书技术人员协助排查 |
Authorization: Bearer ********************curl --location --request POST '/task/v1/tasks/bb54ab99-d360-434f-bcaa-a4cc4c05840e/complete' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {},
"msg": ""
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通

扫码加入交流群