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

Implement DELETE /recipes/{recipeId}/bookmarks #180

Closed
Tracked by #126
atakanyasar opened this issue May 10, 2024 · 0 comments · Fixed by #259
Closed
Tracked by #126

Implement DELETE /recipes/{recipeId}/bookmarks #180

atakanyasar opened this issue May 10, 2024 · 0 comments · Fixed by #259
Assignees
Labels
component: backend About backend priority: high High priority type: enhancement New feature or request

Comments

@atakanyasar
Copy link
Contributor

atakanyasar commented May 10, 2024

📌 Feature request

📝 Description

Remove user's bookmark from the recipe via DELETE /recipes/{recipeId}/bookmarks

  • Request URL:
DELETE
/api/v1/recipes/2/bookmarks
  • Requst Body:
  • Response:
{
    "status": 200,
    "data": "",
    "message": "Bookmark deleted successfully"
}
{
    "status": 400,
    "message": "Failed to delete bookmark"
}
@atakanyasar atakanyasar added type: enhancement New feature or request priority: high High priority component: backend About backend labels May 10, 2024
@atakanyasar atakanyasar added this to the Customer Milestone 3 milestone May 10, 2024
@atakanyasar atakanyasar self-assigned this May 10, 2024
@atakanyasar atakanyasar linked a pull request May 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: backend About backend priority: high High priority type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant