Replies: 2 comments
-
@dfrdmn When you are adding the second image ( We just want to be sure we understand your process before we dig in too much further. One quick note, I don't think it should matter but the documentation does say that |
Beta Was this translation helpful? Give feedback.
-
@dfrdmn We are still working on this issue. In the meantime, we are closing the Issues board in favor of the Discussions system. We'll convert this issue to a new discussion to keep tracking it there. |
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue for this?
Describe the bug
While creating images, consecutively, if we submit a rank > 1, the image is placed at rank 1 and previously created images are bumped down.
Steps to reproduce
/shops/1234/listings/5678/images
with data {'image': , 'rank': 1}/shops/1234/listings/5678/images
with data {'image': , 'rank': 2}{'listing_id': 5678, 'listing_image_id': 12345, 'hex_code': None, 'red': None, 'green': None, 'blue': None, 'hue': None, 'saturation': None, 'brightness': None, 'is_black_and_white': None, 'creation_tsz': 1663685814, 'created_timestamp': 1663685814, **'rank': 1**, 'url_75x75': '...', 'url_170x135': '...', 'url_570xN': '...', 'url_fullxfull': '...', 'full_height': None, 'full_width': None, 'alt_text': ''}
Expected behavior
The rank returned should be position 2.
Additional context
We have tried setting
"overwrite": True
to no avail.Beta Was this translation helpful? Give feedback.
All reactions