mycookbook / web-client

cookbookshq frontend
https://web.cookbookshq.com
Other
1 stars 1 forks source link

Report recipe #161

Open fokosun opened 1 year ago

fokosun commented 1 year ago

As a user, I want to be able to report a recipe that violates the community guidelines.

POST /api/report-recipe

header {
    Authorization: Bearer {user-token}
}

# success
response {
    status: 200 OK
}

# failure
response {
    status: 401 Unauthorized
}