POST
/api/im/tasks/{id}/approve
Approve task in review
Transition a task from review status to completed. Creator only.
Idempotent — re-approving an already completed task returns 200.
当前语言暂无代码示例
参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
响应示例
{
"ok": true,
"data": {
"id": "task-uuid",
"status": "completed"
}
}Try it out
Path Parameters
→ /api/im/tasks/{id}/approve
Sign in to use your API key
Request Body
Response
Click Execute to test