Improved
2026-06-26
3 months ago
PATCH /v3/departments/{id}
- Fixed: Partial updates unintentionally clearing
external_idand the department's parent when a request omittedexternal_id,parent_id, orexternal_parent_id; these fields are now left unchanged unless explicitly included in the request. - Changed:
parent_id,external_id, andexternal_parent_idnow accept an explicitnullto clear the existing value.
PATCH /v3/offices/{id}
- Fixed: Partial updates unintentionally clearing
external_id,location,primary_in_house_contact_user_id, and the office's parent when a request omitted the corresponding field; these fields are now left unchanged unless explicitly included in the request. - Changed:
parent_id,external_id,location,primary_in_house_contact_user_id, andexternal_parent_idnow accept an explicitnullto clear the existing value.