diff --git a/data-wrapper/v1/istex-tar-gz.ini b/data-wrapper/v1/istex-tar-gz.ini index d72d223..06dd43f 100644 --- a/data-wrapper/v1/istex-tar-gz.ini +++ b/data-wrapper/v1/istex-tar-gz.ini @@ -7,8 +7,8 @@ post.description = Transformation d'un fichier ISTEX (format tar.gz) en fichier corpus post.summary = Le fichier est transformé en fichier coprus exploitable par un web service asynchrone post.tags.0 = data-wrapper -post.requestBody.content.text/csv.schema.type = string -post.requestBody.content.text/csv.schema.format = binary +post.requestBody.content.application/x-tar.schema.type = string +post.requestBody.content.application/x-tar.schema.format = binary post.requestBody.required = true post.responses.default.description = Fichier corpus au format tar.gz post.responses.default.content.application/x-tar.schema.type = string