Update Department

Request format

In order to update a department you must send a JSON:API spec JSON object representing a department.

Differences from creation

This endpoint works much in the same way as the Create Department.

Examples

{
  "data": {
    "id": "1",
    "type": "departments",
    "attributes": {
      "name": "Software Development"
    }
  }
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!