Error rendering output
Dear SmartBear,
I have the following API: https://app.swaggerhub.com/apis/dcsaorg/DCSA_EBL/2.0.0#/Shipping%20Instructions/put_v2_shipping_instructions__shippingInstructionID_
With a PUT definition that does not render correctly (neither for schema nor example). Here is a screenDump:
The problem is that the request body does not contain a "shippingInstructionID" field. The object defining this can bee seen here:
The above is taken from this domain (linked to from the API mentioned above): https://app.swaggerhub.com/domains/dcsaorg/DOCUMENTATION_DOMAIN/2.0.0#/components/schemas/shippingInstruction
Exporting the API and importing it in ReDoc renders it correctly!
docker run -it --rm -p 80:80 \
> -e SPEC_URL='https://api.swaggerhub.com/apis/dcsaorg/DCSA_EBL/2.0.0?resolved=true' redocly/redoc
Here is a screenDump if object being displayed correctly:
Please let me know if I am doing something wrong on SwaggerHub.
Did you try adding UTF-8 to this path?
"%SOAPUI_HOME%"\bin\SoapUI-X.0.0.vmoptions and add
"-Dfile.encoding=UTF8"
Save the file and restart ReadyAPI again. To check whether it is updated :-
Go to ready API - Help --> System Properties --> file.encoding