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: /demandesformation/count:
$ref: ./paths/demandeformation/demandesFormationCount.yaml $ref: ./paths/demandeformation/demandesFormationCount.yaml
/demandesformation/{idDemandeFormation}: /demandesformation/{idDemandeFormation}:
$ref: ./paths/demandeformation/demandeFormationId.yaml $ref: ./paths/demandeformation/demandesFormationIdDemandeFormation.yaml
#OrigineDemandeFormation #OrigineDemandeFormation
/originesdemandesformation: /originesdemandeformation:
$ref: ./paths/demandeformation/originesDemandesFormation.yaml $ref: ./paths/demandeformation/originesDemandeFormation.yaml
#Formation #Formation
/formation: /formation:

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

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

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

@ -25,6 +25,7 @@ put:
'500': '500':
$ref: ../../responses/erreur/internalServerError.yaml $ref: ../../responses/erreur/internalServerError.yaml
delete: delete:
tags: tags:
- demandesEPI - demandesEPI
@ -34,7 +35,7 @@ delete:
- $ref: ../../parameters/path/idDemandeEPI.yaml - $ref: ../../parameters/path/idDemandeEPI.yaml
responses: responses:
'204': '204':
$ref: ../../responses/demandeepi/demandeEPIAnnulee.yaml $ref: ../../responses/demandeepi/deleteDemandeEPI.yaml
'401': '401':
$ref: ../../responses/erreur/unauthorized.yaml $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 #DemandeEPI
DemandeEPIAnnuleeReponse: DemandeEPIAnnuleeReponse:
$ref: ./demandeepi/demandeEPIAnnulee.yaml $ref: ./demandeepi/deleteDemandeEPI.yaml
DemandeEPICreeeResponse: DemandeEPICreeeResponse:
$ref: ./demandeepi/demandeEPICreee.yaml $ref: ./demandeepi/addDemandeEPI.yaml
GetListeDemandesEPIResponse: GetListeDemandesEPIResponse:
$ref: ./demandeepi/getListeDemandesEPI.yaml $ref: ./demandeepi/getListeDemandesEPI.yaml
@ -154,20 +154,22 @@ UpdateFormationResponse:
#DemandeFormation #DemandeFormation
DemandeFormationCreeeResponse: DemandeFormationCreeeResponse:
$ref: ./demandeformation/demandeFormationCreee.yaml $ref: ./demandeformation/addDemandeFormation.yaml
GetListeDemandesFormationResponse: GetListeDemandesFormationResponse:
$ref: ./demandeformation/getListeDemandesFormation.yaml $ref: ./demandeformation/getListeDemandesFormation.yaml
GetListeOriginesDemandeFormationResponse: GetListeOriginesDemandeFormationResponse:
$ref: ./demandeformation/getListeOriginesDemandesFormation.yaml $ref: ./demandeformation/getListeOriginesDemandeFormation.yaml
#GetListThemesResponse: #GetListThemesResponse:
#$ref: ./demandeformation/getListeThemes.yaml #$ref: ./demandeformation/getListeThemes.yaml
ReponseDemandeFormationResponse: ReponseDemandeFormationResponse:
$ref: ./demandeformation/reponseDemandeFormation.yaml $ref: ./demandeformation/updateDemandeFormation.yaml
DemandeFormationSupprimmeeResponse:
$ref: ./demandeformation/deleteDemandeFormation.yaml
#ReferentEP #ReferentEP
GetReferentResponse: GetReferentResponse:

Loading…
Cancel
Save