Update a department
This endpoint lets you update departments for a given id.
department update
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
{
"id": 42,
"name": "Whatever",
"is_active": true,
"slug": "tech",
"description": "Foo bar"
}Last updated
Was this helpful?