You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mentor availability is changed by updating menteeSection.longTerm and/or menteeSection.adHoc through PUT /api/platform/v1/mentors/{id} (permission MENTOR_PROFILE_UPDATE). No dedicated toggle endpoint exists.
A long-term mentor adding adHoc availability immediately appears under ?mentorshipTypes=AD_HOC.
Removing longTerm while keeping adHoc immediately removes the mentor from ?mentorshipTypes=LONG_TERM.
validateMentorCommitment re-runs on every update — same hoursPerMentee >= 2 rule.
menteeSection.longTermand/ormenteeSection.adHocthroughPUT /api/platform/v1/mentors/{id}(permissionMENTOR_PROFILE_UPDATE). No dedicated toggle endpoint exists.adHocavailability immediately appears under?mentorshipTypes=AD_HOC.longTermwhile keepingadHocimmediately removes the mentor from?mentorshipTypes=LONG_TERM.validateMentorCommitmentre-runs on every update — samehoursPerMentee >= 2rule.