v1
latestOpenAPI 3.0.32026-07-2632131.4 MBMarketing fields
[Beta] Create Description Set.
Create a new Description Set.
post/marketing/description-sets
Request body
Example request
{
"name": "Airbnb descriptions",
"listingId": "63bad7d05c25ccae5595832d",
"channels": [
"airbnb2"
]
}Response
Description Set created.
Example response
{
"id": "5b2149c9f579400024388c47",
"name": "Description set",
"accountId": "671f8884bc6442b95773a753",
"listingId": "671f888069d831bf43f3586b",
"channels": [
"airbnb2"
]
}