Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 267 Bytes

SinglePageNewNote.md

File metadata and controls

10 lines (7 loc) · 267 Bytes

sequenceDiagram participant browser participant server

browser->>server: POST https://studies.cs.helsinki.fi/exampleapp/new_note_spa
activate server
server-->>browser: Confirmation that a note has been created(json file)
deactivate server