Skip to content

Commit

Permalink
fix(data-workflow) : fixed output and mimeType
Browse files Browse the repository at this point in the history
  • Loading branch information
leogail committed Dec 20, 2024
1 parent 1e9a7fb commit 0759fd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/data-workflow/v1/retrieve-txt.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Entrypoint output format
mimeType = application/json
mimeType = application/text

# OpenAPI Documentation - JSON format (dot notation)
post.operationId = post-v1-retrieve-txt
Expand Down Expand Up @@ -35,5 +35,5 @@ path = */*.json
[exchange]
value = get('value')

[JSONString]
indent = env('indent')
[CSVString]
header = false

0 comments on commit 0759fd9

Please sign in to comment.