Skip to content

Commit

Permalink
update bruno files
Browse files Browse the repository at this point in the history
  • Loading branch information
MalpenZibo committed Nov 19, 2024
1 parent dfcfdbb commit 633f044
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion collections/bff/catalog/Create a new EService.bru
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ body:json {
"description": "This is a test from BFF",
"technology": "SOAP",
"mode": "DELIVER",
"isSignalHubEnabled": true
"isSignalHubEnabled": true,
"isDelegable": true
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ body:json {
"description": "test eservice updated from BFF",
"technology": "SOAP",
"mode": "RECEIVE",
"isSignalHubEnabled": false
"isSignalHubEnabled": false,
"isDelegable": false
}
}

Expand Down

0 comments on commit 633f044

Please sign in to comment.