Hello,
I’m trying to place an image to a board. I achieved to upload the image through the method described here: https://developers.miro.com/reference/create-or-update-picture
In path params I’m using “boards” and the ID of an existing board.
As a result of the query I get:
{
"type" : "picture",
"imageUrl" : XXXXXXX,
"id" : "Optional:XXXXXXXX]"
}
(I substituted the original values by “XXXXX”)
So it seems that the image is uploaded but it’s not appearing inside the mentioned board.
What am I missing?