---
title: "Create or update channel menu template properties"
method: PUT
path: "/channels/{channel_id}/menus/{menu_name}/properties"
tags: ["Channel Menu Operations"]
---

# Create or update channel menu template properties

`PUT /channels/{channel_id}/menus/{menu_name}/properties`

The properties are key-value pairs used to store extra information on the menu items. This endpoint interacts with the default properties for this menu: when creating a menu item from the UI (Experience Manager), it will automatically contain the default properties. When creating menu items through the /items endpoint of this API, any property can be defined, and only explicit properties will be created (it ignores the default properties). Existing items won't be affected by changes on the /properties endpoint, if they have to be updated, the /items endpoint can be used to include/remove any property for each item.

## Path parameters

- `channel_id` string, required
- `menu_name` string, required

## Headers

- `X-Resource-Version` string

## Request body

- string

## Response `200`

OK

- string

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0.md) · [All operations](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bloomreach/documents-delivery-api-2-0/revisions/87bfc06578c2/schema)
