...
| Parameter | Type | Description |
|---|---|---|
| token(required) | string | Access token. You can obtain a token by making a request. |
| departmentId (required) | string | ID of the department you want to edit. |
| name (optional) | string | Name of the department. |
| code (optional) | string | Code of the department. |
| parentDepartmentId (optional) | string | ID of the parent department. |
...