Skip to main content

UpdateParticipantDto

_idstringrequired

ID del participante a actualizar.

Example: 66c9cce47e6a95e98116c0ab
nicknamestring

Nickname del participante.

Example: vibrandor_01
avatarstring

Avatar del participante.

Example: https://...
pointsnumber

Puntos acumulados (asignación directa).

Example: 150
currentCoursestring

Curso actual.

Example: 65f1a2b3c4d5e6f7
preferences object

Preferencias de la aplicación.

languagestring

Idioma preferido del participante.

Example: es
notificationsboolean

Indica si tiene activadas las notificaciones.

Example: true
isActiveboolean

Indica si el participante está activo.

Example: true
UpdateParticipantDto
{
"_id": "66c9cce47e6a95e98116c0ab",
"nickname": "vibrandor_01",
"avatar": "https://...",
"points": 150,
"currentCourse": "65f1a2b3c4d5e6f7",
"preferences": {
"language": "es",
"notifications": true
},
"isActive": true
}