put https://{subdomain}.pinpointhq.com/api/v1/departments/
Request format
In order to update a department you must send a JSON:API spec JSON object representing a department.
Differences from creation
This endpoint works much in the same way as the Create Department.
Examples
{
"data": {
"id": "1",
"type": "departments",
"attributes": {
"name": "Software Development"
}
}
}