In this section
← Recipe
- Retrieve the required recipe
- Boost a recipe
- Unboost a recipe
- Recursively retrieve the specified recipe's linked recipes
- Retrieve the recipe's media available to the current user
- Retrieve all of the user's recipes
- Create a new recipe
- Retrieve the specified recipe by its id
- Update an existing recipe
- Delete a recipe
On this page
Boost a recipe
POST /api/v1/recipes/{id}/boostShare the specified recipe with the authenticated user’s followers. A boost creates a re-share event on the timeline without duplicating the original.
Required Scopes
write
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
id |
path | yes | integer |
Request Body
None.
Responses
204
recipe boosted
Prev
Delete a collection
Next
Unboost a recipe
