---
title: "Set Amenities For Property"
method: PUT
path: "/properties-api/amenities/{propertyId}"
tags: ["Amenities"]
---

# Set Amenities For Property

`PUT /properties-api/amenities/{propertyId}`

Set selected amenities list to the property

## Path parameters

- `propertyId` string, required

## Request body

- object
  - `amenities` string[], required — An array containing supported amenities to set to the property

## Response `200`

Return the updated list of amenities assigned to specific property

- object
  - `propertyId` string
  - `amenities` string[] — An array containing amenities supported by guesty and assigned to the property after the operation
  - `otherAmenities` string[] — An array containing all other amenities assigned to the property after the operation

## Other responses

- `400` — Only MTL and SINGLE property types are supported
- `403` — Unauthorized Request
- `404` — Unit type not found

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/revisions/7c62644070f2/schema)
