Updates an existing department's name or archived status.
Security
ApiKey
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/departments/{id}
- Production Serverhttps://api.getparallax.com/v1/departments/{id}
- application/json-patch+json
- application/json
curl -i -X PATCH \
'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/departments/{id}' \
-H 'Content-Type: application/json-patch+json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"name": "string",
"archived": true
}'