mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 13:19:41 +02:00
docs: add documentation for "share-link-expires-seconds" recipe action (#4676)
This commit is contained in:
parent
da8aaabe07
commit
8f51531538
1 changed files with 8 additions and 5 deletions
|
@ -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:
|
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:
|
Below is a list of all valid merge fields:
|
||||||
|
|
||||||
- ${id}
|
- ${id}
|
||||||
|
@ -165,6 +167,7 @@ Below is a list of all valid merge fields:
|
||||||
- ${servings}
|
- ${servings}
|
||||||
- ${yieldQuantity}
|
- ${yieldQuantity}
|
||||||
- ${yieldText}
|
- ${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).
|
To add, modify, or delete Recipe Actions, visit the Data Management page (more on that below).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue