Hi!
Invoking API https://api.miro.com/v2/boards/<a valid board id>/items?limit=10&type=text some items have in the style.fillColor property the value "#ffffffff".
If I try to create a new text item copying the fillColor, API returns with an error which says that this is a wrong value: { "type" : "error", "code" : "2.0703", "context" : { "fields" : " { "field" : "style.fillColor", "message" : "Color value has invalid hex string, only css compatible hex strings…
Why API return a supposed wrong value for an item existing on a board?
In addition, how can I get “fontSize” for a text item? It’s not present neither getting items nor getting text item details.
Thanks!