Teacher Approval
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
teacherIdstring · uuidRequired
Teacher ID
Responses
200
Teacher approved successfully
application/json
400
Approval error
application/json
401
Unauthorized access
application/json
500
Internal server error
application/json
post
/teacher/{teacherId}/approveAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
teacherIdstring · uuidRequired
Teacher ID
Responses
200
Teacher rejected successfully
application/json
400
Rejection error
application/json
401
Unauthorized access
application/json
500
Internal server error
application/json
post
/teacher/{teacherId}/rejectLast updated