meowlib/doc/endpoints/company_endpoint.puml
ycc d657e64ae4
Some checks failed
continuous-integration/drone/push Build is failing
models and doc update
2024-05-22 10:06:00 +02:00

7 lines
313 B
Plaintext

@startuml Company Company
Employee -> Company: Join company with provided credentials
Company -> Employee: provide a full featured validated peer
Company -> All: Publishes Employee ContactCard and info
Company -> Employee: notify publication done, service active
Employee -> Company: search for contacts
@enduml