Mathias02

Results 8 issues of Mathias02

Swagger UI -v 5.20.1 doesn't use csp for the "unsafe-eval" to be added ### Description Swagger UI version 5.20.1 doesn't use csp for unsafe-eval to be added, however, I added...

fix deep link by proper tag extraction when slash is in tag ### Description I updated the swagger-ui-config.yaml with a snippet that changed pet/list into pet-list for the name and...

### Q&A (please complete the following information) - OS: [Linux mint] - Browser: [Firefox] - Version: [136.0.1] - Method of installation: [npm] - Swagger-UI version: [3.20.1] - Swagger/OpenAPI version: [e.g....

### Description I updated the Swagger UI setup in dist/index.html to dynamically fetch OIDC configuration from your Liberty server's REST AP. This allowed Swagger UI to be pre-configured with client...

### Content & configuration Swagger/OpenAPI definition: ```yaml # your YAML here ``` Swagger-UI configuration options: ```js SwaggerUI({ // your config options here url: "http://localhost:3000/openapi.json", // Example OpenAPI spec URL dom_id:...

### Content & configuration Swagger/OpenAPI definition: ```yaml # your YAML here openapi: 3.0.0 info: title: Example API version: 1.0.0 paths: /example: get: summary: Get an example responses: 200: description: A...

### Content & configuration Swagger/OpenAPI definition: ```yaml # your YAML here components: schemas: User: type: object properties: id: type: string name: type: string Error: type: object properties: code: type: integer...

### Content & configuration Swagger/OpenAPI definition: ```yaml # your YAML here paths: /upload: post: summary: Upload indexed files requestBody: content: multipart/form-data: schema: type: object properties: files: type: array items: type:...