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
According to the API documentation, the image field should be an array containing strings, but the API is returning a single string instead. I know that combining singular form of the field name with an array type is very confusing
An easy workaround for this would be to wrap the image in a single element array when creating the response body, but it would be nice to have real support for multiple images
The text was updated successfully, but these errors were encountered:
According to the API documentation, the image field should be an array containing strings, but the API is returning a single string instead. I know that combining singular form of the field name with an array type is very confusing
Expected response body:
An easy workaround for this would be to wrap the image in a single element array when creating the response body, but it would be nice to have real support for multiple images
The text was updated successfully, but these errors were encountered: