before-interop / anomalieAdresse

Ce protocole permet le traitement d'une demande de création ou de modification d'adresses immeuble dans les IPE
https://before-interop.github.io/anomalieAdresse/
1 stars 6 forks source link

API downloadAnomalieAdresseAttachment - Supprimer le paramètre ifMatch #118

Open cbarbedette opened 3 weeks ago

cbarbedette commented 3 weeks ago

L'API downloadAnomalieAdresseAttachment a un paramètre ifMatch obligatoire qui semble incohérent. Je suggère de le retirer.

ericjacq92 commented 3 weeks ago

Je ne visualise pas le caractère "obligatoire" du paramètre If-Match pour l'opération downloadAnomalieAdresseAttachment.

Il est défini en https://raw.githubusercontent.com/before-interop/common/v1/tools/attachment/attachment.openapi.yaml#/components/parameters/If-Match :

    If-Match:
      name: If-Match
      in: header
      schema:
        type: string
cbarbedette commented 3 weeks ago

image

vmeunier commented 3 weeks ago

Hello Le bon lien : https://raw.githubusercontent.com/before-interop/common/v1/tools/attachment/attachment.openapi.yaml#/components/parameters/If-Match

(attention, c'est dans tools, et pas dans utils)

ericjacq92 commented 3 weeks ago

Oui j'ai mis le mauvais lien (j'ai corrigé ma réponse) mais du coup il n'est justement pas obligatoire :

image