mycookbook / web-client

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

Submit a recipe variation #163

Open fokosun opened 1 year ago

fokosun commented 1 year ago

As a user, I want to be able to submit my own variation of an existing recipe.

Dev notes This functionality will be a clone of the existing recipe. Everything about this recipe can be updated in the clone except the cookbook where the original was submitted to.

POST /api/recipes/{id}/submit-variation

request {
    header: {
        Authorization: Bearer {access_token}
    }
}

Priority: High