v1
latestOpenAPI 3.0.32026-07-2632131.4 MBAmenities
Set Amenities For Property
Set selected amenities list to the property
put/properties-api/amenities/{propertyId}
Path parameters
propertyIdstring required
Example:5b2149c9f579400024388c47
The id of the property to set amenities to
Request body
Response
Return the updated list of amenities assigned to specific property
Example response
{
"propertyId": "645774fe76e5da340bf915e7",
"amenities": [
"Shampoo",
"Piano"
],
"otherAmenities": [
"Red wine"
]
}