Attendance
Edit an attendance record (admin)
Admin edits an attendance record. Non-destructive: a corrected row is inserted (method='admin_edit') and the old row is marked superseded, so the full history is preserved.
Requires: { "record_type": "clock_in"|"clock_out", "recorded_at": "ISO datetime", "notes"?: str }
put/api/attendance/records/{record_id}
Path parameters
record_idinteger required
Headers
x-api-tokenstring nullable
Request body
object required
Response
Successful Response
{"stackTrail":"paths:/api/attendance/records/{record_id}:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.