diff --git a/paths/demandedelegation/demandesDelegationIdDemandeDelegation.yaml b/paths/demandedelegation/demandesDelegationIdDemandeDelegation.yaml index 4cfa104..194accb 100644 --- a/paths/demandedelegation/demandesDelegationIdDemandeDelegation.yaml +++ b/paths/demandedelegation/demandesDelegationIdDemandeDelegation.yaml @@ -20,5 +20,8 @@ put: '404': $ref: ../../responses/erreur/notFound.yaml + '415': + $ref: ../../responses/erreur/unsupportedMediaType.yaml + '500': $ref: ../../responses/erreur/internalServerError.yaml \ No newline at end of file diff --git a/paths/demandeformation/demandesFormationIdDemandeFormation.yaml b/paths/demandeformation/demandesFormationIdDemandeFormation.yaml index f3a7331..99fec34 100644 --- a/paths/demandeformation/demandesFormationIdDemandeFormation.yaml +++ b/paths/demandeformation/demandesFormationIdDemandeFormation.yaml @@ -20,6 +20,9 @@ put: '404': $ref: ../../responses/erreur/notFound.yaml + '415': + $ref: ../../responses/erreur/unsupportedMediaType.yaml + '500': $ref: ../../responses/erreur/internalServerError.yaml diff --git a/paths/demandeformation/demandesformation.yaml b/paths/demandeformation/demandesformation.yaml index 63f091d..65d4c0d 100644 --- a/paths/demandeformation/demandesformation.yaml +++ b/paths/demandeformation/demandesformation.yaml @@ -43,5 +43,8 @@ post: '403': $ref: ../../responses/erreur/forbidden.yaml + '415': + $ref: ../../responses/erreur/unsupportedMediaType.yaml + '500': $ref: ../../responses/erreur/internalServerError.yaml \ No newline at end of file