rsa13: make email and tel optional when creating a referent (#53135)

This commit is contained in:
Benjamin Dauvergne 2021-04-14 21:01:51 +02:00
parent cb2404aabe
commit 8d2c6e6b3b
1 changed files with 1 additions and 1 deletions

View File

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