Skip to content

Rename Unit

PATCH
/units/{unitId}

Renames an existing Unit. The parent Space must be active. Name validation (non-empty, trimmed) is enforced by the domain layer.

unitId
required
string
X-Space-Id
required
string format: uuid

UUID of the target Space (tenant boundary). Validated against user access.

object
name
required

New name for the Unit

string
Example
Logistics Department

Unauthorized — missing or invalid JWT

Forbidden — insufficient permissions

Resource not found

Validation failed — invalid input