diff --git a/data-wrapper/v1/fields/csv.ini b/data-wrapper/v1/fields/csv.ini index e77bb93..aa29059 100644 --- a/data-wrapper/v1/fields/csv.ini +++ b/data-wrapper/v1/fields/csv.ini @@ -4,17 +4,16 @@ # OpenAPI Documentation - JSON format (dot notation) post.operationId = post-v1-fields-csv -post.description = Liste des colonnes d'un fichier CSV +post.description = Récupération des colonnes d'un fichier CSV post.summary = Le fichier est analysé pour lister les colonnes utilisées post.tags.0 = data-wrapper post.requestBody.content.text/csv.schema.type = string post.requestBody.content.text/csv.schema.format = binary post.requestBody.required = true -post.responses.default.description = Liste d'objets -post.requestBody.content.application/json.example.0.value = Title -post.requestBody.content.application/json.example.1.value = Keywords -post.requestBody.content.application/json.schema.$ref = #/components/schemas/JSONStream -post.requestBody.required = true +post.responses.default.description = Liste des colonnes trouvées +post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream +post.responses.default.content.application/json.example.0.value = Title +post.responses.default.content.application/json.example.1.value = Keywords post.parameters.0.description = Indenter le JSON résultant post.parameters.0.in = query post.parameters.0.name = indent