Closed cbarbedette closed 1 month ago
Si tu fais bien référence au requestBody de l'opération, c'est bien en required
operationId: createAnomalieAdresseAttachment
summary: Create an attachment for a trouble ticket
description: Create an attachment for a trouble ticket
requestBody:
description: The attachment to create
required: true
content:
multipart/form-data:
schema:
$ref: "#/components/schemas/AttachmentFormData"
Rendre obligatoire le paramètre file de l'API createAnomalieAdresseAttachment