diff --git a/src/plantuml/TI-M_ePA/UC_Approvel_List_Seq_fdv.puml b/src/plantuml/TI-M_ePA/UC_Approvel_List_Seq_fdv.puml index b00018e6..b9d56f1a 100644 --- a/src/plantuml/TI-M_ePA/UC_Approvel_List_Seq_fdv.puml +++ b/src/plantuml/TI-M_ePA/UC_Approvel_List_Seq_fdv.puml @@ -50,12 +50,12 @@ activate MS ||| alt#LightGrey #LightBlue Matrix-Domain nicht in der Föderation enthalten MP2->MP2:Abbruch, \nVerbindung wird \nabgelehnt - MP2->MS: HTTP ERROR + MP2->MS: HTTP 403 ||| else Einladender und der Eingeladene sind beide Versicherte MP2->MP2:Abbruch, \nVerbindung wird \nabgelehnt - MP2->MS: HTTP ERROR + MP2->MS: HTTP 403 ||| else Beide Teilnehmer sind Teil der Föderation und nur maximal einer ist ein Versicherter diff --git a/src/plantuml/TI-Messenger-Dienst/Ressourcen/UC_Approvel_List_Seq.puml b/src/plantuml/TI-Messenger-Dienst/Ressourcen/UC_Approvel_List_Seq.puml index c0ec6a88..337eb114 100644 --- a/src/plantuml/TI-Messenger-Dienst/Ressourcen/UC_Approvel_List_Seq.puml +++ b/src/plantuml/TI-Messenger-Dienst/Ressourcen/UC_Approvel_List_Seq.puml @@ -21,6 +21,7 @@ skinparam sequence { ParticipantBorderColor Motivation ParticipantBackgroundColor Motivation + ParticipantFontSize 20 ParticipantFontColor black ParticipantBorderColor Black @@ -50,7 +51,7 @@ activate MS ||| break #MistyRose Matrix-Domain nicht in der Föderation enthalten MP2->MP2:Abbruch, \nVerbindung wird \nabgelehnt - MP2->MS: HTTP ERROR + MP2-->MS: HTTP 403 ||| end