Skip to main content
POST
Update a caller-owned workflow node.
Update workflow node fields, result/config objects, status, best-node state, and benchmark links.

Authorizations

Authorization
string
header
required

A Droyd API key in the Authorization Bearer slot.

Body

application/json
node_id
string<uuid>
required
status
enum<string>
Available options:
created,
in_progress,
complete,
failed
result_data_merge
object
config_merge
object
clear_fields
string[]
update_best
boolean

Response

Successful response.

ok
any
required