Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions api-reference/openapi/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3574,6 +3574,11 @@
"type": "string",
"description": "The task type identifier (e.g. 'setup-sandbox', 'run-sandbox-command')"
},
"title": {
"type": "string",
"nullable": true,
"description": "The originating scheduled task's title, when resolvable (from the scheduled task that triggered the run). Only present when listing runs (runId omitted); null when the run cannot be mapped to a scheduled task."
},
"idempotencyKey": {
"type": "string",
"nullable": true,
Expand Down