v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBClassrooms
Edit a classroom slot registration
🔑
Required OAuth scope: classrooms:write.
Edits specific fields of an existing classroom slot registration. Fields not included in the request payload remain unchanged.
patch/api/v2/classroom-slots/{classroomSlotId}/registrations/{slotRegistrationId}
Path parameters
classroomSlotIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the classroom slot.
slotRegistrationIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the slot registration.
Headers
360-api-version'v2.0' required
The version of the API.
Request body
Response
Returns the updated classroom slot registration.
Example response
{
"_id": "507f1f77bcf86cd799439011",
"userId": "507f1f77bcf86cd799439011",
"attendanceDuration": 60,
"pathId": "507f1f77bcf86cd799439011"
}