Agregar receta a favoritos
Developing
POST
/recipes-favorites-add/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://okqjoprwutewmsgnphyc.supabase.co/functions/v1/recipes-favorites-add/' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
200 - Example 1
{
"message": "Receta agregada a favoritos correctamente."
}
Request
Path Params
id
string
required
Body Params application/json
Responses
Modified at 2025-04-20 00:06:52