recipe_crud_create_one
Create a new recipe by submitting a JSON payload with its name. Adds the recipe as a new entry to the Mealie 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 |