Hi we are creating an api and we define a document output in json format , the data catalog contains our json output file , but output format of ion api is always not supported file format
Hope that somebody knows how to solve this :(
A
You need to set the Output Format to application/json, otherwise it will just be a binary/anydocument response. If application/json is not showing in the list, then you will need to adjust your swagger doc. The API's all function based on the swagger doc, so something is forcing it binary. If you post your swagger doc for this endpoint, I may be able to help.