---
title: "Update complex details"
method: PUT
path: "/properties-api/complexes/{id}"
tags: ["Complexes"]
---

# Update complex details

`PUT /properties-api/complexes/{id}`

Updates the details of a specific complex based on the complexId, and returns the modified values

## Path parameters

- `id` string, required

## Request body

- object
  - `title` string — The title of the Complex
  - `nickname` string — The nickname of the Complex. Useful in searches
  - `tags` string[] — An array containing Tags for this Complex

## Response `200`

The complex was updated successfully

- object
  - `id` string
  - `title` string
  - `nickname` string
  - `tags` string[]

## Other responses

- `403` — Unauthorized Request
- `404` — Complex 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/versions/7c62644070f2/schema)
