We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ad1ad commit 8bea5ffCopy full SHA for 8bea5ff
specs/ingestion/common/parameters.yml
@@ -86,11 +86,7 @@ action:
86
schema:
87
type: array
88
items:
89
- type: string
90
- enum:
91
- - save
92
- - replace
93
- - delete
+ $ref: './schemas/task.yml#/ActionType'
94
example: save,replace
95
96
destinationIDQueryParam:
@@ -115,9 +111,5 @@ triggerType:
115
111
116
112
117
113
118
119
120
- - on_demand
121
- - schedule
122
- - subscription
114
+ $ref: './schemas/task.yml#/TriggerType'
123
example: on_demand,schedule
0 commit comments