Re: Swagger UI - how to configure proxy for validation

2017-11-20 Thread Kyle Shockey
Hey David! Unfortunately, there's no way to give proxy auth information to the Online Validator service. You can disable that feature altogether by passing validatorUrl: null as a Swagger-UI configuration option, if you want to silence the error in your console (and save a request). On

Re: SwaggerUI OpenAPI 3.0 just can't upload a file

2017-11-20 Thread Ron Ratovsky
It’s not supported yet. See https://github.com/swagger-api/swagger-ui/issues/3641. From: on behalf of easyhond Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday,

SwaggerUI OpenAPI 3.0 just can't upload a file

2017-11-20 Thread easyhond
Hi! when i work with SwaggerUI OpenAPI 3.0, i just can't upload a file with it. I have defined content in the Yaml fil, but the upload file button just don't show up. Here's my Yaml content: openapi: 3.0.0 info: title: Sample API description: Optional multiline or single-line