1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-18 20:59:41 +02:00

docs: add documentation for "share-link-expires-seconds" recipe action (#4676)

This commit is contained in:
Ian Pösse-Koch 2025-05-02 10:35:54 +00:00 committed by Michael Genson
parent da8aaabe07
commit 8f51531538

View file

@ -154,9 +154,11 @@ https://www.google.com/search?q=pasta-fagioli
A common use case for "link" recipe actions is to integrate with the Bring! shopping list. Simply add a Recipe Action with the following URL:
```
https://api.getbring.com/rest/bringrecipes/deeplink?url=${url}&source=web
https://api.getbring.com/rest/bringrecipes/deeplink?url=${share-link-expires-seconds-20}&source=web
```
Below is a list of all valid merge fields:
- ${id}
@ -165,6 +167,7 @@ Below is a list of all valid merge fields:
- ${servings}
- ${yieldQuantity}
- ${yieldText}
- ${share-link-expires-seconds-x}: <br> Is replaced with a private share link that is automatically created when performing the recipe action. Useful for private recipes, that should not be shared with the world. Expires after x seconds.
To add, modify, or delete Recipe Actions, visit the Data Management page (more on that below).