Skip to content

Set Favorite Recipe

Description

會員收藏食譜。

Resource

POST /v1/basic/recipe/favorite

Authorization

採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login

Request Body Parameters

Name Type Description
id string 食譜編號

Request Body Example

{
  "id": "123456"
}

Response

Status-Code: 204 No Content