We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
subscriptionAction
1 parent 72769f1 commit ab62319Copy full SHA for ab62319
specs/ingestion/common/schemas/task.yml
@@ -24,6 +24,8 @@ Task:
24
$ref: '#/failureThreshold'
25
action:
26
$ref: '#/ActionType'
27
+ subscriptionAction:
28
+ $ref: '#/ActionType'
29
cursor:
30
$ref: './common.yml#/cursor'
31
notifications:
@@ -102,6 +104,8 @@ TaskCreate:
102
104
$ref: './common.yml#/destinationID'
103
105
106
107
108
109
cron:
110
$ref: '#/Cron'
111
enabled:
@@ -185,6 +189,8 @@ TaskUpdate:
185
189
186
190
type: boolean
187
191
description: Whether the task is enabled.
192
193
188
194
failureThreshold:
195
196
0 commit comments