Skip to content

Commit

Permalink
Update ballerina/tests/mock_service.bal
Browse files Browse the repository at this point in the history
Co-authored-by: MohamedSabthar <sabtharugc0@gmail.com>
  • Loading branch information
ThisaraWeerakoon and MohamedSabthar authored Jan 10, 2025
1 parent 17ab617 commit c5006a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/tests/mock_service.bal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import ballerina/log;

service on new http:Listener(9090) {

resource function post crm/v3/objects/meetings/batch/upsert(@http:Payload BatchInputSimplePublicObjectBatchInputUpsert payload) returns BatchResponseSimplePublicUpsertObject|error {
resource function post crm/v3/objects/meetings/batch/upsert(@http:Payload BatchInputSimplePublicObjectBatchInputUpsert payload) returns BatchResponseSimplePublicUpsertObject{
return {
completedAt: "2025-01-07T08:47:48.319Z",
"requestedAt": "2025-01-07T08:47:48.319Z",
Expand Down

0 comments on commit c5006a5

Please sign in to comment.