You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openAPIServeurEPA/paths/demandeepi/reponseEPI.yaml

18 lines
457 B

4 years ago
put:
tags:
- demandesEPI
operationId: repondreDemandeEPI
description: Répondre à une demande EPI en attente
parameters:
- $ref: ../../parameters/path/idDemandeEPI.yaml
requestBody:
$ref: ../../requestbodies/demandeEPI.yaml
responses:
'200':
$ref: ../../responses/demandeepi/reponseDemandeEPI.yaml
'403':
$ref: ../../responses/erreur/forbidden.yaml
'404':
$ref: ../../responses/erreur/notFound.yaml