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

Updated user unfollow and itemshop buying endpoints #553

Merged
merged 4 commits into from
Jan 22, 2025

Conversation

AdityaK2905
Copy link
Contributor

Updated the following endpoints:

  • PUT /user/unfollow/ with { eventId: "event1"} to DELETE /user/unfollow/event1/

    • Passes event id to unfollow as path parameter instead of as the body and changes method to DELETE
  • POST /shop/item/buy/ returns { name: "Jacket", ..all additional item properties } instead of { itemName: "Jacket" }

    • Returns the full information of the item bought instead of just itemName, which changes item name to be under name instead of itemName

@AdityaK2905 AdityaK2905 merged commit a60e30e into development Jan 22, 2025
2 checks passed
@AdityaK2905 AdityaK2905 deleted the aditya/endpointMigration branch January 22, 2025 22:38
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.

1 participant