Hide recipe in Public profile

Endpoint allows user who don't want to show recipe in public profile to hide it. Recipe will remain in his recipe box (favourites)

Hide recipe in public profile

POST https://api.whisk.com/v2/profile/recipes/{recipe_id}/hide

Use this method for user that wants to hide specific recipe in his public profile (only)

Recipe will be hidden for everyone but it will remain in user's recipe box

Path Parameters

NameTypeDescription

recipe_id*

String

Required recipe id

Headers

NameTypeDescription

Authorization*

String

User Access token to authorize the API usage. For more information, see Authentication

{}

Request body

{}

Sample request and response

Last updated