v1
latestOpenAPI 3.0.32026-07-2632131.4 MBMarketing 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
Example request
{
"name": "Airbnb descriptions",
"channels": [
"airbnb2"
]
}Response
Description Set updated.
Example response
{
"id": "5b2149c9f579400024388c47",
"name": "Description set",
"accountId": "671f8884bc6442b95773a753",
"listingId": "671f888069d831bf43f3586b",
"channels": [
"airbnb2"
]
}