Via REST API import document it is possible to create a document with sticky notes.
But it is not explained in the documentation how it is possible to add tags to the note?
{ "id": "shape4", "type": "stickyNote", "boundingBox": { ... }, "style": { ... }, "text": "Text", "actions": ... ], "customData": ... ], "linkedData": ... ], "opacity": 100, "note": "Test Note" }
Where I can add tags (tag labels) to the shape?
Thanks