You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
497 B
20 lines
497 B
4 years ago
|
tags:
|
||
|
- "collaborateur"
|
||
|
summary: rechercher un collaborateur
|
||
|
operationId: ChercherCollabMail
|
||
|
description: |
|
||
|
rechercher un collaborateur à l'aide de son mail apside
|
||
|
parameters:
|
||
|
- $ref: '../../../parameters/MailApside.yaml'
|
||
|
responses:
|
||
|
'200':
|
||
|
description: résultat de la recherche
|
||
|
content:
|
||
|
application/json:
|
||
|
schema:
|
||
|
$ref: '../../../schemas/Collaborateur.yaml'
|
||
|
'404':
|
||
|
$ref: '../../../responses/404Id.yaml'
|
||
|
'400':
|
||
|
$ref: '../../../responses/400.yaml'
|