Update a unit
PATCH/nevisidm/api/core/v1/:clientExtId/units/:extId
Since: 2.73.0
Required permission(s): AccessControl.UnitView,AccessControl.UnitModify
Partially updates the unit with the given external ID within the specified client. Only provided fields will be updated. Fields not included in the request body remain unchanged.
The name, description, location, display names, abbreviations, validity period, and modification comment can be modified. The external ID cannot be changed after creation.
Request
Responses
- 200
- 403
- 404
- 409
- 422
Unit updated successfully
Insufficient permissions
Referenced resource not found
Optimistic locking conflict
Invalid unit data