---
title: "PUT /v1/{org_id}/doorways/{doorway_id}/"
method: PUT
path: "/v1/{org_id}/doorways/{doorway_id}/"
tags: ["Doorways - By Org"]
---

# PUT /v1/{org_id}/doorways/{doorway_id}/

`PUT /v1/{org_id}/doorways/{doorway_id}/`

DoorwayDetailView operations.

## Request body

- DoorwayDetail
  - `id` integer
  - `sensor_id` string
  - `name` string, required
  - `description` string
  - `spaces` string

## Response `200`

Updated

- OptionalDoorwayDetailSerializer
  - `id` integer
  - `sensor_id` string
  - `name` string
  - `description` string
  - `spaces` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.dev/density/apis/your-project-api.md) · [All operations](https://skmtc.dev/density/apis/your-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/density/your-project-api/revisions/eab10fe035e6/schema)
