Renommage des fichiers dans path pour la partie demandeEPI et demandeFormation

master
jboinembalome 4 years ago
parent ff58ca708c
commit f3dc59eac8
  1. 6
      openapi.yaml
  2. 2
      paths/demandeepi/demandesEpiDemandeAssistant.yaml
  3. 2
      paths/demandeepi/demandesEpiDemandeCollaborateur.yaml
  4. 2
      paths/demandeepi/demandesEpiDemandeReferent.yaml
  5. 3
      paths/demandeepi/demandesEpiIdDemandeEpi.yaml
  6. 48
      paths/demandeformation/demandeFormationId.yaml
  7. 17
      paths/demandeformation/originesDemandesFormation.yaml
  8. 12
      responses/_index.yaml
  9. 0
      responses/demandeepi/addDemandeEPI.yaml
  10. 0
      responses/demandeepi/deleteDemandeEPI.yaml
  11. 0
      responses/demandeformation/addDemandeFormation.yaml
  12. 0
      responses/demandeformation/deleteDemandeFormation.yaml
  13. 0
      responses/demandeformation/getListeOriginesDemandeFormation.yaml
  14. 0
      responses/demandeformation/updateDemandeFormation.yaml

@ -123,11 +123,11 @@ paths:
/demandesformation/count:
$ref: ./paths/demandeformation/demandesFormationCount.yaml
/demandesformation/{idDemandeFormation}:
$ref: ./paths/demandeformation/demandeFormationId.yaml
$ref: ./paths/demandeformation/demandesFormationIdDemandeFormation.yaml
#OrigineDemandeFormation
/originesdemandesformation:
$ref: ./paths/demandeformation/originesDemandesFormation.yaml
/originesdemandeformation:
$ref: ./paths/demandeformation/originesDemandeFormation.yaml
#Formation
/formation:

@ -7,7 +7,7 @@ post:
$ref: ../../requestbodies/DemandeEpi.yaml
responses:
'201':
$ref: ../../responses/demandeepi/demandeEPICreee.yaml
$ref: ../../responses/demandeepi/addDemandeEPI.yaml
'401':
$ref: ../../responses/erreur/unauthorized.yaml

@ -7,7 +7,7 @@ post:
$ref: ../../requestbodies/DemandeEpi.yaml
responses:
'201':
$ref: ../../responses/demandeepi/demandeEPICreee.yaml
$ref: ../../responses/demandeepi/addDemandeEPI.yaml
'401':
$ref: ../../responses/erreur/unauthorized.yaml

@ -7,7 +7,7 @@ post:
$ref: ../../requestbodies/DemandeEpi.yaml
responses:
'201':
$ref: ../../responses/demandeepi/demandeEPICreee.yaml
$ref: ../../responses/demandeepi/addDemandeEPI.yaml
'401':
$ref: ../../responses/erreur/unauthorized.yaml

@ -25,6 +25,7 @@ put:
'500':
$ref: ../../responses/erreur/internalServerError.yaml
delete:
tags:
- demandesEPI
@ -34,7 +35,7 @@ delete:
- $ref: ../../parameters/path/idDemandeEPI.yaml
responses:
'204':
$ref: ../../responses/demandeepi/demandeEPIAnnulee.yaml
$ref: ../../responses/demandeepi/deleteDemandeEPI.yaml
'401':
$ref: ../../responses/erreur/unauthorized.yaml

@ -1,48 +0,0 @@
put:
tags:
- demandesFormation
operationId: RepondreDemandeFormation
description: Répondre a une demande de formation et la mettre à jour
parameters:
- $ref: ../../parameters/path/idDemandeFormation.yaml
requestBody:
$ref: ../../requestbodies/demandeFormation.yaml
responses:
'200':
$ref: ../../responses/demandeformation/reponseDemandeFormation.yaml
'401':
$ref: ../../responses/erreur/unauthorized.yaml
'403':
$ref: ../../responses/erreur/forbidden.yaml
'404':
$ref: ../../responses/erreur/notFound.yaml
'500':
$ref: ../../responses/erreur/internalServerError.yaml
delete:
tags:
- demandesFormation
operationId: SupprimerDemandeFormation
description: Supprimer une demande de formation
parameters:
- $ref: ../../parameters/path/idDemandeFormation.yaml
responses:
'200':
$ref: ../../responses/demandeformation/demandeFormationSupprimee.yaml
'401':
$ref: ../../responses/erreur/unauthorized.yaml
'403':
$ref: ../../responses/erreur/forbidden.yaml
'404':
$ref: ../../responses/erreur/notFound.yaml
'500':
$ref: ../../responses/erreur/internalServerError.yaml

@ -1,17 +0,0 @@
get:
tags:
- demandesFormation
operationId: getOriginesDemandesFormation
description: Récupérer la liste des origines des demandes de formation
responses:
'200':
$ref: ../../responses/demandeformation/getListeOriginesDemandesFormation.yaml
'401':
$ref: ../../responses/erreur/unauthorized.yaml
'403':
$ref: ../../responses/erreur/forbidden.yaml
'500':
$ref: ../../responses/erreur/internalServerError.yaml

@ -91,10 +91,10 @@ ReponseEngagementReponse:
#DemandeEPI
DemandeEPIAnnuleeReponse:
$ref: ./demandeepi/demandeEPIAnnulee.yaml
$ref: ./demandeepi/deleteDemandeEPI.yaml
DemandeEPICreeeResponse:
$ref: ./demandeepi/demandeEPICreee.yaml
$ref: ./demandeepi/addDemandeEPI.yaml
GetListeDemandesEPIResponse:
$ref: ./demandeepi/getListeDemandesEPI.yaml
@ -154,20 +154,22 @@ UpdateFormationResponse:
#DemandeFormation
DemandeFormationCreeeResponse:
$ref: ./demandeformation/demandeFormationCreee.yaml
$ref: ./demandeformation/addDemandeFormation.yaml
GetListeDemandesFormationResponse:
$ref: ./demandeformation/getListeDemandesFormation.yaml
GetListeOriginesDemandeFormationResponse:
$ref: ./demandeformation/getListeOriginesDemandesFormation.yaml
$ref: ./demandeformation/getListeOriginesDemandeFormation.yaml
#GetListThemesResponse:
#$ref: ./demandeformation/getListeThemes.yaml
ReponseDemandeFormationResponse:
$ref: ./demandeformation/reponseDemandeFormation.yaml
$ref: ./demandeformation/updateDemandeFormation.yaml
DemandeFormationSupprimmeeResponse:
$ref: ./demandeformation/deleteDemandeFormation.yaml
#ReferentEP
GetReferentResponse:

Loading…
Cancel
Save