-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Description
Using v2.2.10 of Swagger UI I'm not seeing examples at all. When I'm editing with swagger-editor I do see the example shown properly. I used this for my method definition:
/person/{email}/create:
post:
summary: Create a new account
tags:
- Person
parameters:
_... chop ..._
responses:
201:
description: The new SQL ident and sport details
examples:
application/json: |
[
12,
[
{
"sql_idnet" : 12,
"name" : "Basketball"
},
{
"sql_ident" : 13,
"name" : "Ice Hockey"
}
]
]
412:
description: The email address is already in use.
ZurgInq, giuliopulina, jblazek, fat-panda, g0dkar and 61 more