UpdateParticipantDto
_idstringrequired
ID del participante a actualizar.
Example:
66c9cce47e6a95e98116c0abnicknamestring
Nickname del participante.
Example:
vibrandor_01avatarstring
Avatar del participante.
Example:
https://...pointsnumber
Puntos acumulados (asignación directa).
Example:
150currentCoursestring
Curso actual.
Example:
65f1a2b3c4d5e6f7preferences object
Preferencias de la aplicación.
languagestring
Idioma preferido del participante.
Example:
esnotificationsboolean
Indica si tiene activadas las notificaciones.
Example:
trueisActiveboolean
Indica si el participante está activo.
Example:
trueUpdateParticipantDto
{
"_id": "66c9cce47e6a95e98116c0ab",
"nickname": "vibrandor_01",
"avatar": "https://...",
"points": 150,
"currentCourse": "65f1a2b3c4d5e6f7",
"preferences": {
"language": "es",
"notifications": true
},
"isActive": true
}