Assign Mentor to Class
Assign mentor to class
Authorizations
AuthorizationstringRequired
Query parameters
classroomIdintegerOptional
id of classroom
Bodyinteger[]
integer[]Optional
id of mentor
Responses
200
Response
application/json
post
/v1/class/mentor/assignPOST /v1/class/mentor/assign HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 3
[
1
]200
Response
{
"message": "success",
"status": true
}Last updated