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

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

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

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