put
https://{subdomain}.pinpointhq.com/api/v1/departments/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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"
}
}
}