---
title: "PUT /projects/{id}"
method: PUT
path: "/projects/{id}"
tags: ["projects"]
---

# PUT /projects/{id}

`PUT /projects/{id}`

Updates an existing project

## Path parameters

- `id` integer, required

## Request body

- PutProjectsId — Updates an existing project
  - `name` string
  - `broker_id` integer
  - `status` string
  - `status_id` integer
  - `street` string
  - `house_number` string
  - `zip_code` string
  - `city` string
  - `country` string
  - `hide_address` boolean
  - `region` string
  - `description_note` string
  - `location_note` string
  - `furnishing_note` string
  - `lat` number, float — Latitude
  - `lng` number, float — Longitude
  - `partial_custom_fields` unknown

## Response `200`

Updates an existing project

- ProjectEntity — ProjectEntity model
  - `id` integer
  - `broker_id` integer
  - `location_id` integer
  - `name` string
  - `title` string
  - `status` string
  - `project_status` ProjectStatusEntity
    - `id` integer
    - `name` string
    - `position` integer
    - `color` string
    - `created_at` string
    - `updated_at` string
  - `sub_headline` string
  - `tagline` string
  - `logo_url` string
  - `street` string
  - `house_number` string
  - `zip_code` string
  - `city` string
  - `address` string
  - `lat` string
  - `lng` string
  - `country` string
  - `hide_address` boolean
  - `region` string
  - `custom_fields` object
  - `description_note` string
  - `location_note` string
  - `furnishing_note` string
  - `created_at` string
  - `updated_at` string

## Other responses

- `400` — validation_error
- `401` — authentication_error
- `403` — authorization_error
- `404` — not_found_error
- `422` — validation_error
- `500` — internal_server_error

---

[API](https://skmtc.net/propstack/apis/propstack-api-v2-beta.md) · [All operations](https://skmtc.net/propstack/apis/propstack-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/propstack/propstack-api-v2-beta/revisions/ae1e0fe6da1a/schema)
