Attendance
Update an existing attendance code
Requires permissions: AcademicStaff or AcademicSupport or StudentFacing
patch/Attendance/Codes
Request body
Example request
{
"code": {
"code": "",
"description": "",
"category": "",
"archived": false,
"showInAbsenceOffex": false,
"isAbsent": false,
"isPresent": false,
"isLate": false,
"isUnauthorised": false
}
}Response
Success - Updated attendance code
Changes
No recorded changes to this endpoint across all 22 revisions of this API.