v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Marketing fields

[Beta] Update Description Set.

Update the Description Set.

put/marketing/description-sets/{id}

Path parameters

idstring required
Example:5b2149c9f579400024388c47

The Description Set ID to update.

Request body

namestring

Name of the description set.

channelsstring[] required

An array containing channels for this description set.

Example request

{
  "name": "Airbnb descriptions",
  "channels": [
    "airbnb2"
  ]
}

Response

Description Set updated.

idstring required
namestring required
accountIdstring required
listingIdstring required
channelsstring[] required

Example response

{
  "id": "5b2149c9f579400024388c47",
  "name": "Description set",
  "accountId": "671f8884bc6442b95773a753",
  "listingId": "671f888069d831bf43f3586b",
  "channels": [
    "airbnb2"
  ]
}