get_media_recipes_by_recipe_images_timeline_by_timeline
Get a static image associated with a recipe's timeline event using 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 |