Update a school department
Updates the supplied settings for one department in the active school.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
id
Numeric identifier of the department to update.
Request
This endpoint expects an object.
name
description
root_school_department_id
batch_id
active
Response
Department was updated and returned in the success envelope.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error

