Top "Swagger-editor" questions

Swagger Editor allows users to create API specifications using YAML inside the browser and to preview documentation in real time.

Slate vs Swagger - Which is better and which have more options?

I have to document my API's. I have to use any one of them Slate Or Swagger. I want to …

documentation swagger api-doc swagger-editor
Can a swagger object passed as a parameter have default values in swagger-ui?

I define a path that takes MyObject as a parameter. MyObject has properties for cats and dogs. These have default …

swagger-ui swagger-2.0 swagger-editor
Swagger Editor offline installation

Our company is using swagger to document their API's, currently a couple of developers are using the online swagger editor …

swagger-editor
nullable fields in swagger on node.js

I've spent a bunch of time trying to find a solution for creating swagger docs in Node.JS. The main …

node.js swagger swagger-ui swagger-editor
How to specify examples for GET parameters in Swagger?

I'm using the online Swagger Editor to create a Swagger spec for my API. My API has a single GET …

swagger swagger-2.0 swagger-editor openapi
How to specify that a pdf is returned in swagger?

I have a get call in my swagger REST API that needs to return a pdf file. There is no …

swagger swagger-ui swagger-2.0 swagger-editor
Generate Yaml or Json file from Swagger documentation

I have developpe some Rest web service documented by swagger, using swagger-springmvc annotions. Now, I want to use swagger-editor to …

json rest yaml swagger swagger-editor
Swagger array of integer return type

I'm just getting started with using the swagger-editor to define my RESTful API and I'm confused on the responses. Many …

swagger-2.0 swagger-editor
Following swagger specifications, how can I define json of nested objects to yaml?

I am having a problem in defining the array of objects in swagger yaml. Swagger editor is giving an error …

json swagger swagger-ui swagger-2.0 swagger-editor
swagger: is '😱 Could not render this component, see the console' an error message or can it be ignored

I was wondering if the, '😱 Could not render this component, see the console' (shown in first image) was an …

node.js file http-post yaml swagger-editor