{ "opencollection": "1.0.0", "info": { "name": "Kitchen Stories Internal Articles Admin UserCookbooksRecipes API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "UserCookbooksRecipes", "type": "folder" }, "items": [ { "info": { "name": "See `/users/me/cookbooks/cookbook-uuid/items/`. This endpoints return internal recipes and articles only)\n", "type": "http" }, "http": { "method": "GET", "url": "https://api.kitchenstories.io/api/users/me/cookbooks/:cookbook-uuid/recipes/", "params": [ { "name": "cookbook-uuid", "value": "", "type": "path", "description": "Cookbook uuid" } ] }, "docs": "See `/users/me/cookbooks/cookbook-uuid/items/`. This endpoints return internal recipes and articles only)\n" }, { "info": { "name": "See `/users/me/cookbooks/{cookbook-uuid}/items/` this endpoint adds internal recipes and articles only\n", "type": "http" }, "http": { "method": "POST", "url": "https://api.kitchenstories.io/api/users/me/cookbooks/:cookbook-uuid/recipes/", "params": [ { "name": "cookbook-uuid", "value": "", "type": "path", "description": "Cookbook uuid" } ] }, "docs": "See `/users/me/cookbooks/{cookbook-uuid}/items/` this endpoint adds internal recipes and articles only\n" }, { "info": { "name": "See `/users/me/cookbooks/cookbook-uuid/items/feeditem-uuid`. Move an internal recipe or article from one cookbook to another\n", "type": "http" }, "http": { "method": "PUT", "url": "https://api.kitchenstories.io/api/users/me/cookbooks/:cookbook-uuid/recipes/:feeditem-uuid/", "params": [ { "name": "cookbook-uuid", "value": "", "type": "path", "description": "Cookbook uuid" }, { "name": "feeditem-uuid", "value": "", "type": "path", "description": "Internal Article or Recipe uuid" } ], "body": { "type": "json", "data": "{}" } }, "docs": "See `/users/me/cookbooks/cookbook-uuid/items/feeditem-uuid`. Move an internal recipe or article from one cookbook to another\n" }, { "info": { "name": "See `/users/me/cookbooks/cookbook-uuid/items/feeditem-uuid`. Delete an internal recipe or article from a cookbook\n", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.kitchenstories.io/api/users/me/cookbooks/:cookbook-uuid/recipes/:feeditem-uuid/", "params": [ { "name": "cookbook-uuid", "value": "", "type": "path", "description": "Cookbook uuid" }, { "name": "feeditem-uuid", "value": "", "type": "path", "description": "Internal Recipe or Article uuid" } ] }, "docs": "See `/users/me/cookbooks/cookbook-uuid/items/feeditem-uuid`. Delete an internal recipe or article from a cookbook\n" } ] } ], "bundled": true }