REST API, Update Frame Width or Height returns Child outside parent error

  • 21 January 2024
  • 0 replies
  • 19 views

Badge
curl --request PATCH \
--url https://api.miro.com/v2/boards/<Board ID>/frames/<Frame ID> \
--header 'accept: application/json' \
--header 'authorization: Bearer <Redacted>' \
--header 'content-type: application/json' \
--data '
{
"geometry": {
"width": 900
}
}
'

Returns a error, no matter what I give it,

{
"type": "error",
"code": "3.0204",
"context": {
"boardId": "<Redacted>",
"itemId": "<Redacted>"
},
"message": "Child item cannot be placed outside the bounds of its parent",
"status": 400
}

 

Why does this happen, I did not even update my position, even if I give my old positions, I still get the same error all the time. This is very frustrating and disappointing.


0 replies

No replies yet...

Reply