Aller au contenu principal

AcademicSupervisorUpdate

Update model for academic supervisor

first_name object
anyOf
string
last_name object
anyOf
string
phone object
anyOf
string
title object
anyOf
string
can_supervise_internships object
anyOf
boolean
is_available_for_supervision object
anyOf
boolean
AcademicSupervisorUpdate
{
"first_name": "string",
"last_name": "string",
"phone": "string",
"title": "string",
"can_supervise_internships": true,
"is_available_for_supervision": true
}