Departments
Update department
This endpoint updates department by ID.
put/v2/companies/{companyId}/departments/{departmentId}
Request body
Example request
{
"name": "IT Department",
"externalId": "department-ext-id"
}Response
Updated Successfully