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

🐛 fix(Item Update): Fix ItemUpdateSchema by adding store_id #157

Conversation

jslvtr
Copy link
Contributor

@jslvtr jslvtr commented Apr 5, 2024

This is not necessary just for updating, but it is necessary for creating items. Since the item update endpoint may update or create items, the store_id is added as an optional field to the ItemUpdateSchema so that it can be accepted by the API when a client wants to create an item.

This is not necessary just for updating, but it is necessary for creating items. Since the item update endpoint may update or create items, the `store_id` is added as an optional field to the `ItemUpdateSchema` so that it can be accepted by the API when a client wants to create an item.
Copy link

vercel bot commented Apr 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
rest-apis-flask-python ✅ Ready (Inspect) Visit Preview Apr 5, 2024 9:33am

@jslvtr jslvtr merged commit 6fcf0cc into develop Apr 5, 2024
3 checks passed
@jslvtr jslvtr deleted the jose/cou-332-fix-code-mismatch-between-lecture-video-ebook-and-github branch April 5, 2024 10:56
@jslvtr jslvtr mentioned this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants