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

# PUT /images/{id}

`PUT /images/{id}`

Updates an existing image

## Path parameters

- `id` integer, required

## Request body

- PutImagesId — Updates an existing image
  - `photo` string
  - `title` string
  - `imageable_type` string
  - `imageable_id` integer
  - `remote_photo_url` string
  - `title_de` string
  - `title_en` string
  - `title_es` string
  - `title_fr` string
  - `title_ru` string
  - `title_it` string
  - `title_hu` string
  - `position` integer
  - `is_private` boolean
  - `is_floorplan` boolean
  - `bequest` boolean
  - `disable_watermarking` boolean
  - `is_not_for_exposee` boolean
  - `tags` string[]

## Response `200`

Updates an existing image

- ImageEntity — ImageEntity model
  - `id` string
  - `title` string
  - `url` string
  - `urls` object
  - `is_floorplan` boolean
  - `is_private` boolean
  - `tags` boolean
  - `position` integer
  - `connection_ids` integer[]
  - `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)
