cURL
curl --request PUT \ --url http://localhost:8080/api/workspaces/{id}/tasks/{task_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "description": "<string>", "priority": "p0", "tags": [ "<string>" ], "pr_url": "<string>", "project_id": "<string>", "phase": 123 } '
{ "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>
p0
p1
p2
p3
p4
Successful Response
Show child attributes