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

Updated figure41.plantuml according to #132 #133

Merged
merged 1 commit into from
Jun 6, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ userfsp ->> fsp2: **GET /participants/MSISDN/123456789**
activate fsp2
userfsp <<-- fsp2: **HTTP 202** (Accepted)
fsp2 -> fsp2: +123456789 is\nwithin this system
userfsp <<- fsp2: **PUT /participants/MSISDN/123456789/error**
userfsp <<- fsp2: **PUT /participants/MSISDN/123456789**\n(FSP ID)
userfsp -->> fsp2: **HTTP 200** (OK)
deactivate fsp2
userfsp -> userfsp: +123456789 found\nin FSP 2
Expand Down