chrisM9
5 years agoNew Contributor
Auto generated using Swagger Inspector now showing examples payload
Hi-
New to swagger and want to generate OAS doc for existing APIs. I call APIs in swagger inspector, create API definition, this takes me over to swaggerhub where I can see OAS file. But examples per below is empty. The response examples output comes in json format.
- chrisM9
```
responses:
'200':
description: Auto generated using Swagger Inspector
content:
application/json; charset=UTF-8:
schema:
type: string
examples: {}
```