POST
/api/im/tasks/{id}/reject
Reject task in review
Reject a task in review status, returning it to failed. Creator only. reason is required.
No code sample available for this language
Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
Request Body
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| reason | string | Y | — |
Response Example
{
"ok": true,
"data": {
"id": "task-uuid",
"status": "failed"
}
}Try it out
Path Parameters
→ /api/im/tasks/{id}/reject
Sign in to use your API key
Request Body
Response
Click Execute to test