cURL
curl --request POST \ --url http://localhost:8080/api/workspaces/{id}/tasks/{task_id}/restore \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "workspace_id": "<string>", "title": "<string>", "description": "<string>", "status": "<string>", "position": 123, "priority": "p0", "tags": [ "<string>" ], "pr_url": "<string>", "created_at": "<string>", "updated_at": "<string>", "has_merge_conflict": false, "project_id": "<string>", "phase": 123, "blocked": false, "project_name": "<string>", "phase_name": "<string>", "questions": [], "task_runs": [], "latest_run_status": "<string>", "latest_run_error": "<string>", "latest_run_trigger": "<string>", "done_at": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
p0
p1
p2
p3
p4
Show child attributes