{ "opencollection": "1.0.0", "info": { "name": "Kitchen Stories Internal Articles Admin Recipes Admin API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Recipes Admin", "type": "folder" }, "items": [ { "info": { "name": "Add a new content meta", "type": "http" }, "http": { "method": "POST", "url": "https://api.kitchenstories.io/api/recipes/:uuid-or-slug/content-meta/", "params": [ { "name": "uuid-or-slug", "value": "", "type": "path", "description": "id or slug of the recipe" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a new content meta" }, { "info": { "name": "Edit an existing content meta", "type": "http" }, "http": { "method": "PUT", "url": "https://api.kitchenstories.io/api/recipes/:uuid-or-slug/content-meta/", "params": [ { "name": "uuid-or-slug", "value": "", "type": "path", "description": "id or slug of the recipe" }, { "name": "key", "value": "", "type": "query", "description": "unique key of Content Meta to edit. Non mandatory as it can be also passed via the body of the request" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit an existing content meta" }, { "info": { "name": "Delete a content meta by key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.kitchenstories.io/api/recipes/:uuid-or-slug/content-meta/", "params": [ { "name": "uuid-or-slug", "value": "", "type": "path", "description": "id or slug of the recipe" }, { "name": "key", "value": "", "type": "query", "description": "unique key of Content Meta to delete" }, { "name": "language", "value": "", "type": "query", "description": "the language code of the content meta to delete. If not provided, the content meta will be deleted in all languages" } ] }, "docs": "Delete a content meta by key" } ] } ], "bundled": true }