---
title: "[DEPRECATED] Create a new whiteboard note for a food in the food editor"
method: POST
path: "/food/{food_name}/whiteboard-items"
tags: ["food"]
deprecated: true
---

# \[DEPRECATED\] Create a new whiteboard note for a food in the food editor

`POST /food/{food_name}/whiteboard-items`

> **Deprecated.**

## Path parameters

- `food_name` string, 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/a61b77b30e63?raw)
