/
AU
automagik-dev
/
Automagik Forge API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 54m ago · Updated 3w ago
View markdown
automagik-dev
Automagik Forge API
put
Update task
v1
latest
OpenAPI 3.0.3
MIT
2026-07-17
32
11
26.8 KB
Auth
3
Config
2
Core
3
Events
2
Forge
2
Images
2
Processes
2
Projects
5
Task Attempts
5
Tasks
6
get
List tasks for a project
post
Create a new task
post
Create task and immediately start execution
get
Get task by ID
put
Update task
delete
Delete task
Tasks
Update task
put
/api/tasks/{task_id}
Path parameters
task_id
string
uuid
required
Task UUID
Request body
UpdateTask
required
title
string
nullable
description
string
nullable
status
'todo'
|
'inprogress'
|
'inreview'
|
'done'
|
'cancelled'
nullable
parent_task_attempt
string
uuid
nullable
image_ids
string[]
nullable
Response
Task updated
object
required
success
boolean
required
data
object
nullable
error_data
object
nullable
message
string
nullable