Functional overview
I can edit in place the title semantic of a card (String or Text field)
Technical overview
We will be reusing the existing REST route: PUT /artifacts/:id as it already enables us to update only a subset of fields.
Notes on edit in place of Title
When the Title semantic is set on a Text field, the card does not display any style (html tags). When I try to edit in place that Title, the "HTML" format is kept but I will lose all tags and formatting (if any). The edit in place only deals with text content (even in HTML format).