---
title: "[Beta] Update Description Set."
method: PUT
path: "/marketing/description-sets/{id}"
tags: ["Marketing fields"]
---

# [Beta] Update Description Set.

`PUT /marketing/description-sets/{id}`

Update the Description Set.

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string — Name of the description set.
  - `channels` string[], required — An array containing channels for this description set.

## Response `200`

Description Set updated.

- object
  - `id` string, required
  - `name` string, required
  - `accountId` string, required
  - `listingId` string, required
  - `channels` string[], required

## Other responses

- `403` — Unauthorized Request.
- `404` — Not Found

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
