lomavuokraus/docs/plantuml/profile-update.puml
2025-11-24 17:31:21 +02:00

10 lines
261 B
Text

@startuml
title Profile update (name/password)
actor User
participant "Next API" as API
database Postgres as DB
User -> API: PATCH /api/me\n(name?, password?)
API -> DB: update name/passwordHash\n(email immutable)
API --> User: updated profile payload
@enduml