You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending a BlockUpdateRequest with an Image a 400 is returned with a validation error. A type should not be passed in when updating an image it would seem. I tried putting in nothing for the type and got the following error
"body failed validation: body.image.type should be not present, instead was ""."
Tested manually and was able to update the block by not passing in a type.
The text was updated successfully, but these errors were encountered:
When sending a BlockUpdateRequest with an Image a 400 is returned with a validation error. A type should not be passed in when updating an image it would seem. I tried putting in nothing for the type and got the following error
"body failed validation: body.image.type should be not present, instead was
""."
Tested manually and was able to update the block by not passing in a type.
The text was updated successfully, but these errors were encountered: