v1
latestOpenAPI 3.0.32026-07-2632131.4 MBAirbnb Listing Expectations
Upsert Airbnb listing expectations
Upsert listing expectations for Airbnb channel by Guesty listing ID.
put/airbnb-resource-service/listing-expectations/{id}
Path parameters
idstring required
Example:5319674e4930a7f09b075698
Guesty listing id
Request body
Example request
{
"listingExpectationsForGuests": {
"type": "requires_stairs",
"added_details": "Must climb stairs. Describe the stairs (for example, how many flights)."
}
}Response
Listing expectations for Airbnb channel have been upserted successfully
Example response
{
"airbnbData": [
{
"type": "requires_stairs",
"added_details": "Must climb stairs. Describe the stairs (for example, how many flights)."
},
{
"type": "potential_noise",
"added_details": "The building is being renovated"
}
]
}