Update dataset example
Partially update a dataset example. Omitted fields are preserved; pass null for nullable fields to clear them.
Authorizations
API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.
Path Parameters
Automation id or typed alias.
Dataset example id. Agent examples may use deterministic name-derived ids returned by list/create responses.
Body
Partial update for a dataset example. Omitted fields are preserved.
Example name. Required on create; omitted or null uses a generated name where supported.
1 - 128Input arguments for the example.
Expected JSON output. Null clears the expected output.
Caller-managed metadata.
Human note about the example. Null clears the annotation.
2000Optional display order. Null clears the order.
0 <= x <= 9007199254740991Step output overrides used during example runs.
Response
Updated dataset example.
One input/expected-output row in an automation dataset.
Stable public example id. Workflow examples use DB ids; agent examples use deterministic name-derived ids.
Human-readable dataset example name.
Automation that owns this example.
workflow, agent Input arguments used when this example is run.
Expected JSON output for evaluator comparisons.
Expected files attached to this example.
Caller-managed metadata for sorting or filtering examples.
Human note about the example.
Optional display order within the dataset.
Step output overrides used when running this example.
Most recent run id created from this example.