Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix: cts
  • Loading branch information
shortcuts committed Aug 28, 2025
commit 2675885ac85ff64a92fef34e501d9a5807b0c58b
6 changes: 3 additions & 3 deletions tests/CTS/requests/ingestion/fullUpdateTask.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"request": {
"path": "/2/tasks/6c02aeb1-775e-418e-870b-1faccd4b2c0f",
"method": "POST",
"method": "PUT",
"body": {
"destinationID": "destinationID",
"action": "replace"
Expand All @@ -37,7 +37,7 @@
},
"request": {
"path": "/2/tasks/6c02aeb1-775e-418e-870b-1faccd4b2c0f",
"method": "POST",
"method": "PUT",
"body": {
"destinationID": "destinationID",
"cron": "* * * * *",
Expand Down Expand Up @@ -73,7 +73,7 @@
},
"request": {
"path": "/2/tasks/6c02aeb1-775e-418e-870b-1faccd4b2c0f",
"method": "POST",
"method": "PUT",
"body": {
"sourceID": "search",
"destinationID": "destinationID",
Expand Down
Loading