Departments

Update an existing department.

patch/v1/departments/{id}

Path parameters

idstring required

The unique public id of the department

Example:dpt_1234

The unique public id of the department

Request body

namestring

Response

Success

idstring required

The unique public id of the department

namestring required
createdAtstring required

a string to be decoded into a Date

Example response

{
  "id": "dpt_1234",
  "name": "Engineering"
}

Changes