Résolution de problèmes de référencement

master
Yanaël GRETTE 4 years ago
parent 3d24f8627f
commit 729063d127
  1. 9
      parameters/_index.yaml
  2. 2
      paths/collaborateur/collaborateursCount.yaml
  3. 2
      paths/collaborateur/collaborateursReferentCount.yaml
  4. 2
      paths/demandeepi/demandesEpiDemandeAssistant.yaml
  5. 2
      paths/demandeepi/demandesEpiDemandeCollaborateur.yaml
  6. 2
      paths/demandeepi/demandesEpiDemandeReferent.yaml
  7. 2
      paths/formation/formationsCount.yaml
  8. 12
      responses/_index.yaml

@ -4,6 +4,9 @@ token:
#PATH
idAuteur:
$ref: ./path/idAuteur.yaml
idCollaborateur:
$ref: ./path/idCollaborateur.yaml
@ -54,6 +57,9 @@ dateDebut:
dateFin:
$ref: ./query/dateFin.yaml
epObligatoire:
$ref: ./query/epObligatoire.yaml
etatsEngagements:
$ref: ./query/etatsEngagement.yaml
@ -75,6 +81,9 @@ idBUs:
idCollaborateurs:
$ref: ./query/idCollaborateurs.yaml
idStatuts:
$ref: ./query/idStatuts.yaml
numPage:
$ref: ./query/numPage.yaml

@ -15,7 +15,7 @@ get:
- $ref: ../../parameters/query/dateFin.yaml
responses:
'200':
$ref: ../../responses/collaborateur/getcountcollaborateur.yaml
$ref: ../../responses/collaborateur/getCountCollaborateur.yaml
'401':
$ref: ../../responses/erreur/unauthorized.yaml

@ -12,7 +12,7 @@ get:
- $ref: ../../parameters/query/tri.yaml
responses:
'200':
$ref: ../../responses/collaborateur/getcountcollaborateur.yaml
$ref: ../../responses/collaborateur/getCountCollaborateur.yaml
'401':
$ref: ../../responses/erreur/unauthorized.yaml

@ -4,7 +4,7 @@ post:
operationId: addDemandeEpiAssistant
description: Effectuer la création d’une demande d’EPI par l'assistant ou bien un responsable d'agence.
requestBody:
$ref: ../../requestbodies/DemandeEpi.yaml
$ref: ../../requestbodies/demandeEPI.yaml
responses:
'201':
$ref: ../../responses/demandeepi/addDemandeEPI.yaml

@ -4,7 +4,7 @@ post:
operationId: addDemandeEpiCollaborateur
description: Effectuer la création d’une demande d’EPI par le collaborateur.
requestBody:
$ref: ../../requestbodies/DemandeEpi.yaml
$ref: ../../requestbodies/demandeEPI.yaml
responses:
'201':
$ref: ../../responses/demandeepi/addDemandeEPI.yaml

@ -4,7 +4,7 @@ post:
operationId: addDemandeEpiReferent
description: Effectuer la création d’une demande d’EPI par le référent.
requestBody:
$ref: ../../requestbodies/DemandeEpi.yaml
$ref: ../../requestbodies/demandeEPI.yaml
responses:
'201':
$ref: ../../responses/demandeepi/addDemandeEPI.yaml

@ -15,7 +15,7 @@ get:
- $ref: ../../parameters/query/dateFin.yaml
responses:
'200':
$ref: ../../responses/formation/getcountformation.yaml
$ref: ../../responses/formation/getCountFormation.yaml
'401':
$ref: ../../responses/erreur/unauthorized.yaml

@ -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

Loading…
Cancel
Save