ParticipantPreferencesUpdateDto
languagestring
Idioma preferido del participante.
Example:
esnotificationsboolean
Indica si tiene activadas las notificaciones.
Example:
trueParticipantPreferencesUpdateDto
{
"language": "es",
"notifications": true
}