For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Type
Description

recipe_id*

String

Required recipe id

Headers

Name
Type
Description

Authorization*

String

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

{}
{
  "code": "auth.tokenNotFound"
}
This is unexpected response, something is wrong on our side, please contact: [email protected]

Request body

{}

Sample request and response

Last updated

Was this helpful?