Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image reindexing unexpected validation error #11246

Closed
nurm717123 opened this issue Jun 21, 2024 · 5 comments
Closed

Image reindexing unexpected validation error #11246

nurm717123 opened this issue Jun 21, 2024 · 5 comments
Labels
back-end Relates to back end issues bug Something isn't working refinement To be included in a future refinement session

Comments

@nurm717123
Copy link

Describe the bug
I want to build a feature to reorder an image, therefore I am using /propertyImages/reindex endpoint, I have put the correct payload but I got validation error.

To Reproduce
Steps to reproduce the behaviour eg:

  1. Go to swagger
  2. hit /propertyImages/reindex endpoint with POST method (using payload attached below)
  3. See unexpected validation error

Expected behaviour
should be success, or a more clear validation error.

Screenshots
image

image

payload
{
"propertyId": "FND236766",
"imageOrder": [
"FND236766_13.jpg",
"FND236766_14.jpg",
"FND236766_15.jpg",
"FND236766_16.jpg",
"FND236766_17.jpg"
]
}

@nurm717123 nurm717123 added bug Something isn't working needs-triage labels Jun 21, 2024
Copy link
Contributor

Thank you for taking the time to report a bug. We prioritise bugs depending on the severity and implications, so please ensure that you have provided as much information as possible. If you haven’t already, it really helps us to investigate the bug you have reported if you provide ‘Steps to Replicate’ and any associated screenshots.
Please ensure any personal information from the production database is obscured when submitting screenshots.
This issue will be reviewed in our weekly refinement sessions and assigned to a specific project board. We may also update the ticket to request additional information, if required.
For more information on our processes, please click here

@AshDeeming
Copy link

Hi @nurm717123

Please could you confirm the app name & the customer the above examples relate to?

@nurm717123
Copy link
Author

Hi @AshDeeming thanks for the reply, the app name is "Reapit Go" in dev portal, and currently we just trying it on "SBOX" data.

@AshDeeming AshDeeming added back-end Relates to back end issues refinement To be included in a future refinement session labels Jun 21, 2024
@AshDeeming AshDeeming added this to To review in Platform Backlog via automation Jun 21, 2024
@plittlewood-rpt plittlewood-rpt moved this from To review to Internal in Platform Backlog Jul 11, 2024
@nurm717123
Copy link
Author

I just test it with "ACO240003" propertyId today, and its work now, thanks.

Copy link
Contributor

It looks like you have commented on a closed issue. If your comment relates to a bug or feature request, please open a new issue, and include this issue number/url for reference.
For more information on our processes, please click here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Relates to back end issues bug Something isn't working refinement To be included in a future refinement session
Projects
No open projects
Development

No branches or pull requests

2 participants