CreateParticipantDto
userIdstringrequired
ID del usuario asociado (User).
Example:
65f1a2b3c4d5e6f7nicknamestringrequired
Nickname del participante.
Example:
vibrandor_01avatarstring
Avatar del participante.
Example:
https://...currentCoursestring
Curso actual del participante.
Example:
65f1a2b3c4d5e6f7preferences object
Preferencias de la aplicación.
languagestringrequired
Idioma preferido del participante.
Example:
esnotificationsbooleanrequired
Indica si tiene activadas las notificaciones.
Example:
trueCreateParticipantDto
{
"userId": "65f1a2b3c4d5e6f7",
"nickname": "vibrandor_01",
"avatar": "https://...",
"currentCourse": "65f1a2b3c4d5e6f7",
"preferences": {
"language": "es",
"notifications": true
}
}