Skip to content

Commit

Permalink
feat(spec): ingestion partial update method changed to patch for CTS
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetaligok committed May 23, 2023
1 parent bfb11e8 commit 5c11470
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"request": {
"path": "/1/authentications/6c02aeb1-775e-418e-870b-1faccd4b2c0f",
"method": "PUT",
"method": "PATCH",
"body": {
"name": "newName"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"request": {
"path": "/1/destinations/6c02aeb1-775e-418e-870b-1faccd4b2c0f",
"method": "PUT",
"method": "PATCH",
"body": {
"name": "newName"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/CTS/methods/requests/ingestion/updateSource.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"request": {
"path": "/1/sources/6c02aeb1-775e-418e-870b-1faccd4b2c0f",
"method": "PUT",
"method": "PATCH",
"body": {
"name": "newName"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/CTS/methods/requests/ingestion/updateTask.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"request": {
"path": "/1/tasks/6c02aeb1-775e-418e-870b-1faccd4b2c0f",
"method": "PUT",
"method": "PATCH",
"body": {
"enabled": false
}
Expand Down

0 comments on commit 5c11470

Please sign in to comment.