Departments
Update an existing department.
patch/v1/departments/{id}
Path parameters
idstring required
The unique public id of the department
Example:dpt_1234
The unique public id of the department
Request body
Response
Success
Example response
{
"id": "dpt_1234",
"name": "Engineering"
}