#39 I must be notified by email when an article is changed

add function CitizenI.Name.getFullName()
This commit is contained in:
2020-05-12 16:13:40 +02:00
parent 5db451ef0e
commit eca5d1fe33
10 changed files with 219 additions and 117 deletions

View File

@@ -1353,13 +1353,12 @@ components:
Doe
birthday:
type: string
example:
1984-12-25
format: 'date'
example: '1984-12-25'
email:
type: string
format: email
example:
my.email@dc-project.fr
example: my.email@dc-project.fr
CitizenRequest:
allOf:
- $ref: '#/components/schemas/CitizenBase'