Skip to content

Commit

Permalink
fix(data-wrapper): no-convert lacked metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentf committed Oct 16, 2024
1 parent 38da7a4 commit c7cbb67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions services/data-wrapper/v1/no-convert.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Entrypoint output format
mimeType = application/gzip
extension = tar.gz

# OpenAPI Documentation
post.operationId = post-v1-no-convert
post.summary = Convertisseur neutre
post.description = Renvoie le fichier tel qu'importé
post.tags.0 = data-wrapper
post.requestBody.content.application/gzip.schema.type = string
post.requestBody.content.application/gzip.schema.format = binary
post.requestBody.required = true
post.responses.default.description = Fichier corpus tout format accepté
post.responses.default.content.application/gzip.schema.type = string
post.responses.default.content.application/gzip.schema.format = binary
#'

[transit]

0 comments on commit c7cbb67

Please sign in to comment.