Departments
Update a department
Update a department
PUT
/
departments
/
{id}
Authorizations
X-API-KEY
string
headerrequiredPath Parameters
id
string
requiredBody
application/json
default_department_allowances
object[]
requiredname
string
maximum_absent
number
approval_process
enum<string>
Available options:
Linear_all_have_to_agree
, Linear_one_has_to_agree
, Parallel_all_have_to_agree
, Parallel_one_has_to_agree
manager_member
object[]
Response
200 - application/json
The response is of type string
.
Was this page helpful?