|
|
|
@ -11,14 +11,16 @@ InternalServerErrorResponse: |
|
|
|
|
Unauthorized: |
|
|
|
|
$ref: ./erreur/unauthorized.yaml |
|
|
|
|
|
|
|
|
|
UnsupportedMediaType: |
|
|
|
|
$ref: ./erreur/unsupportedMediaType.yaml |
|
|
|
|
|
|
|
|
|
#Collaborateur |
|
|
|
|
GetCollaborateurResponse: |
|
|
|
|
$ref: ./collaborateur/getCollaborateur.yaml |
|
|
|
|
|
|
|
|
|
GetListecollaborateursResponse: |
|
|
|
|
GetListeCollaborateursResponse: |
|
|
|
|
$ref: ./collaborateur/getListeCollaborateurs.yaml |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GetCountCollaborateurResponse: |
|
|
|
|
$ref: ./collaborateur/getCountCollaborateur.yaml |
|
|
|
|
|
|
|
|
@ -50,6 +52,9 @@ DeleteEPResponse: |
|
|
|
|
DeleteEPCollaborateurResponse: |
|
|
|
|
$ref: ./ep/deleteEpCollaborateur.yaml |
|
|
|
|
|
|
|
|
|
GetEPCount: |
|
|
|
|
$ref: ./ep/getCountEp.yaml |
|
|
|
|
|
|
|
|
|
GetEPResponse: |
|
|
|
|
$ref: ./ep/getEP.yaml |
|
|
|
|
|
|
|
|
@ -144,6 +149,9 @@ FormationEvalueeResponse: |
|
|
|
|
FormationSupprimeeResponse: |
|
|
|
|
$ref: ./formation/deleteFormation.yaml |
|
|
|
|
|
|
|
|
|
GetCountFormation: |
|
|
|
|
$ref: ./formation/getCountFormation.yaml |
|
|
|
|
|
|
|
|
|
GetEvaluationResponse: |
|
|
|
|
$ref: ./formation/getEvaluation.yaml |
|
|
|
|
|
|
|
|
|