---
title: "Update division"
method: PUT
path: "/tenants/{tenant_id}/divisions/{division_id}"
tags: ["Divisions"]
---

# Update division

`PUT /tenants/{tenant_id}/divisions/{division_id}`

Updates division attributes. All fields are optional - omitted fields are unchanged. Toggling `protected` from false to true requires the division to be in a known-good state.

## Path parameters

- `tenant_id` integer, required
- `division_id` integer, required

## Request body

- UpdateDivision
  - `description` string
  - `email` string
  - `name` string
  - `protected` boolean, nullable — Optional. Toggle deletion hardening for this division. When `true`, future DELETE calls must include a one-time confirmation code emailed to the tenant address (request via `PUT /tenants/{tenant_id}/request_code` with `action = "delete_division"`). Leave unset to keep the current value.

## Response `204`

Division updated

## Other responses

- `400` — Invalid field value
- `403` — Insufficient permissions
- `404` — Division not found

---

[API](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api.md) · [All operations](https://skmtc.net/laserdata/apis/laserdata-cloud-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laserdata/laserdata-cloud-core-api/revisions/db81a447bba9/schema)
