File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed
tests/CTS/requests/ingestion Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ TaskCreateResponse:
179179 - taskID
180180 - createdAt
181181
182- TaskFullUpdate :
182+ TaskReplace :
183183 type : object
184184 additionalProperties : false
185185 description : API request body for updating a task.
Original file line number Diff line number Diff line change 2525 - tasks
2626 summary : Fully updates a task
2727 description : Fully updates a task by its ID, use partialUpdateTask if you only want to update a subset of fields.
28- operationId : fullUpdateTask
28+ operationId : replaceTask
2929 parameters :
3030 - $ref : ' ../../../common/parameters.yml#/pathTaskID'
3131 requestBody :
3232 content :
3333 application/json :
3434 schema :
35- $ref : ' ../../../common/schemas/task.yml#/TaskFullUpdate '
35+ $ref : ' ../../../common/schemas/task.yml#/TaskReplace '
3636 required : true
3737 responses :
3838 ' 200 ' :
Original file line number Diff line number Diff line change 33 "testName" : " fully replace task without cron" ,
44 "parameters" : {
55 "taskID" : " 6c02aeb1-775e-418e-870b-1faccd4b2c0f" ,
6- "taskFullUpdate " : {
6+ "taskReplace " : {
77 "destinationID" : " destinationID" ,
88 "action" : " replace"
99 }
2121 "testName" : " fully replace task with cron" ,
2222 "parameters" : {
2323 "taskID" : " 6c02aeb1-775e-418e-870b-1faccd4b2c0f" ,
24- "taskFullUpdate " : {
24+ "taskReplace " : {
2525 "destinationID" : " destinationID" ,
2626 "cron" : " * * * * *" ,
2727 "action" : " replace" ,
5757 "testName" : " fully replace task shopify" ,
5858 "parameters" : {
5959 "taskID" : " 6c02aeb1-775e-418e-870b-1faccd4b2c0f" ,
60- "taskFullUpdate " : {
61- "destinationID" : " destinationID" ,
62- "cron" : " * * * * *" ,
63- "action" : " replace" ,
64- "input" : {
65- "streams" : [
66- {
67- "name" : " foo" ,
68- "syncMode" : " incremental"
69- }
70- ]
71- }
60+ "taskReplace " : {
61+ "destinationID" : " destinationID" ,
62+ "cron" : " * * * * *" ,
63+ "action" : " replace" ,
64+ "input" : {
65+ "streams" : [
66+ {
67+ "name" : " foo" ,
68+ "syncMode" : " incremental"
69+ }
70+ ]
71+ }
7272 }
7373 },
7474 "request" : {
You can’t perform that action at this time.
0 commit comments