Open fokosun opened 2 years ago
As a user, I want to be able to save a new cookbook as draft.
Dev notes consume the create cookbook endpoint
Dev notes
POST /api/v1/cookbooks header { Authorization: {the currently authenticated user's token} } params { 'draft': true, ... }
save-cookbook-as-draft
User story
As a user, I want to be able to save a new cookbook as draft.
Feature branch
save-cookbook-as-draft