rsa13: make email and tel optional in platform_referent_update (#53135)

This commit is contained in:
Benjamin Dauvergne 2021-04-14 21:04:00 +02:00
parent 800209866f
commit 7ec2c70f22
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ class RSA13Resource(BaseResource, HTTPResource):
'schema': {
'application/json': {
'type': 'object',
'required': ['email', 'nom', 'prenom', 'tel', 'statut'],
'required': ['nom', 'prenom', 'statut'],
'properties': {
'email': {
'type': 'string',