parent
b483562a80
commit
712f06cec1
@ -0,0 +1,18 @@ |
||||
get: |
||||
tags: |
||||
- ep |
||||
operationId: getTypesEntretien |
||||
description: Récupérer la liste des types d'entretiens EP possible |
||||
responses: |
||||
'200': |
||||
$ref: ../../responses/ep/getListeTypesEntretien.yaml |
||||
|
||||
'401': |
||||
$ref: ../../responses/erreur/unauthorized.yaml |
||||
|
||||
'403': |
||||
$ref: ../../responses/erreur/forbidden.yaml |
||||
|
||||
'500': |
||||
$ref: ../../responses/erreur/internalServerError.yaml |
||||
|
@ -0,0 +1,7 @@ |
||||
description: OK |
||||
content: |
||||
application/json: |
||||
schema: |
||||
type: array |
||||
items: |
||||
$ref: ../../schemas/ep/typeentretien.yaml |
Loading…
Reference in new issue