Skip to content
Merged
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
6 changes: 6 additions & 0 deletions api-reference/openapi/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3616,6 +3616,12 @@
"type": "string",
"description": "Cron expression defining when the task should execute (e.g., '0 10 * * *')"
},
"timezone": {
"type": "string",
"nullable": true,
"description": "IANA time zone the task's cron is interpreted in, read from the Trigger.dev schedule (the source of truth). Null when the task has no schedule or the timezone can't be read.",
"example": "America/New_York"
},
"account_id": {
"type": "string",
"format": "uuid",
Expand Down