---
title: "[DEPRECATED] Update an existing whiteboard note for a food in the food editor"
method: PUT
path: "/food/{food_name}/whiteboard-item/{id}"
tags: ["food"]
deprecated: true
---

# \[DEPRECATED\] Update an existing whiteboard note for a food in the food editor

`PUT /food/{food_name}/whiteboard-item/{id}`

> **Deprecated.**

## Path parameters

- `food_name` string, required
- `id` number, required

## Request body

- FoodWhiteboardCreateUpdateRequest
  - `id` number, nullable, required
  - `image_hash` string, nullable
  - `image_uri` string, nullable, required
  - `order` number, required
  - `text` string, nullable, required
  - `type` string, required
  - `whiteboard_metadata` FoodWhiteboardItemMetadata, required

## Response `200`

successful operation

- FoodWhiteboardItemResponse
  - `id` number, required
  - `image_hash` string, nullable
  - `image_uri` string, nullable, required
  - `order` number, required
  - `text` string, nullable, required
  - `type` string, required
  - `whiteboard_metadata` FoodWhiteboardItemMetadata, required

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/a229b18839a0?raw)
