Currently when configuring a web api, the response for an action always expects the data type to be text:
this proves particularly troublesome when the output is an inline image or binary file, as when such data is saved within a text variable, it cuts off some bytes during the process, rendering the content useless.
Can this please be modified to allow selecting the expected data type for the response content when the payload is not in JSON format.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.