Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the endpoint #5449

Merged
merged 3 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion examples/sequence-diagrams/sequence_diagrams.bal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public function main() returns error? {

// Each remote method call on a client object is represented as a horizontal line
// between the lifeline of the worker making the call and the remote system.
string payload = check cl->get("/v3/7240398e-0435-4457-91b0-0c862f10563f/");
string payload = check cl->get("/v3/55cf043f-f5d4-4005-af3c-cce4a955afc7/");

io:println(payload);
return;
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stdlibMathVectorVersion=1.0.2
stdlibAvroVersion=1.0.0
stdlibConstraintVersion=1.5.0
stdlibCryptoVersion=2.7.0
stdlibDataXmldataVersion=0.1.0
stdlibDataXmldataVersion=0.1.1
stdlibLogVersion=2.9.0
stdlibOsVersion=1.8.0
stdlibProtobufVersion=1.6.0
Expand Down
Loading