Hi all, We have a published REST service with a POST call, which looks as follows: The issue we are having is that in the SwaggerUI, the input type of our Root-object is a file instead of an object: Any idea on how to change the input from a file to an object? TIA! FYI: The expected JSON is as follows: { "transactionEntries": [ { "transactionDate": "yyyy-MM-dd", "entryType": "Credit", "subAccount": "accountName", "contraAccount": "account2Name", "description": "", "amount": 1234.56 } ] } In our modeler we have the following structure: Our import mapping is as follows:
asked
Nico Mouton
1 answers
0
Not sure if this is relevant to your case, the changelog of 9.20 says the following:
We fixed an issue where the Swagger UI provided by published REST services had non-functioning Execute buttons. This was solved by changing the published swagger.json document to include the correct parameter type for list or object parameters, instead of the file type in places where the file type was not allowed.