recipe_crud_create_one
Create a new recipe in Mealie by submitting a JSON object with recipe details. Stores the entry in the database.
Instructions
Create One [POST /api/recipes] Takes in a JSON string and loads data into the database as a new entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |