-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
It is application/json instead of text/csv
web-services/services/base-line/v1/true/csv.ini
Lines 9 to 12 in ed4d850
| post.requestBody.content.application/json.example.0 = a,value | |
| post.requestBody.content.application/json.example.1 = 1,2 | |
| post.responses.default.content.application/json.example.0 = a;value | |
| post.responses.default.content.application/json.example.1 = 1;true |
web-services/services/base-line/v1/echo/csv.ini
Lines 9 to 12 in ed4d850
| post.requestBody.content.application/json.example.0 = a,b | |
| post.requestBody.content.application/json.example.1 = 1,2 | |
| post.responses.default.content.application/json.example.0 = a;b | |
| post.responses.default.content.application/json.example.1 = 1;2 |
Which produces:
[;Column #1
a,b;
1,2
]
Fix:
-
v1/echo/csv -
v1/true/csv
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation