Newer
Older
web-services / base-line / v1 / echo / csv.ini
@Nicolas Thouvenin Nicolas Thouvenin on 4 Oct 2021 364 bytes add swagger doc
# OpenAPI Documentation - JSON format (dot notation)
post.responses.default.description = Return a CSV as received CSV.
post.responses.default.content = text/csv
post.summary = Parse and split CSV and return it.
post.requestBody.required = true
post.requestBody.content = text/csv

mimeType = text/csv

[use]
plugin = basics

[CSVParse]

[CSVObject]

[CSVString]