Create sequence diagrams with simple online tool

Swimlanes.io is a free webapp for making sequence diagrams. You simply edit the text on the left and the diagram is updated in real time. You can download your sequence diagrams as images or distribute with a link.

Title: Update just the Thumbnail Client -> 3Speak: Update Video Details note: - [Please refer to previous diagram first](https://swimlanes.io/u/aqmqixwiR) - thumbnail = name received via tus client for thumbnail - Example request body as json ``` { 'thumbnail': thumbnail } ``` - API Endpoint - https://studio.3speak.tv/mobile/api/update_thumbnail - HTTP Headers - Cookie & Content-Type: application/json - HTTP Method - POST 3Speak -> Client: 3Speak's Video Object Response note: ``` { 'firstUpload': firstUpload, '_id': id, 'originalFilename': originalFilename, 'permlink': permlink, 'duration': duration, 'size': size, 'owner': owner, 'thumbnail': thumbnail } ```