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. 10
      responses/_index.yaml

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

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

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

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

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

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

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

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

Loading…
Cancel
Save