Skip to content
Draft
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
3 changes: 3 additions & 0 deletions public/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -9942,8 +9942,10 @@
"description": "An enumeration."
},
"Timing": {
"description": "Controls when an automation's action is executed after the trigger fires.",
"properties": {
"time": {
"description": "Whether the automation should execute immediately when triggered or after a delay. Set to `immediate` to run right away, or `delay` to wait for a specified duration.",
"enum": [
"immediate",
"delay"
Expand All @@ -9952,6 +9954,7 @@
"type": "string"
},
"delay": {
"description": "The delay configuration for the automation. Required when `time` is set to `delay`, and should be `null` when `time` is `immediate`.",
"anyOf": [
{
"$ref": "#/components/schemas/Delay"
Expand Down