ParticipantPreferencesDto
languagestringrequired
Idioma preferido del participante.
Example:
esnotificationsbooleanrequired
Indica si tiene activadas las notificaciones.
Example:
trueParticipantPreferencesDto
{
"language": "es",
"notifications": true
}