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: Trust Vision: Update metadata for Image Client -> Trust Vision API: Upload image Client <-- Trust Vision API: image_id Client -> Trust Vision API: Update metedata for uploaded image note _:``` JSON request: PATCH /v1/images/{image_id} override: flag to allow override old metadata or not metadata: any key-value data to save with the image label: label of the image ``` Client <-- Trust Vision API: Return result