Get Media Recipes By Recipe Images Timeline By Timeline
get_media_recipes_by_recipe_images_timeline_by_timelineRetrieve a static image from a recipe's timeline event by providing the recipe ID, timeline event ID, and file name.
Instructions
Takes in a recipe id and event timeline id, returns the static image. This route is proxied in the docker image and should not hit the API in production
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | ||
| recipe_id | Yes | ||
| timeline_event_id | Yes |