get_recipe_timeline_event_img
Retrieve a static image from a recipe's timeline event using the recipe ID, event ID, and image type.
Instructions
Get Recipe Timeline Event Img [GET /api/media/recipes/{recipe_id}/images/timeline/{timeline_event_id}/{file_name}] 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 |