Hi , 

I am facing the same issue. Can you please provide an solution if you 
resolved it?

On Tuesday, July 5, 2016 at 6:17:30 AM UTC-7, Jennifer Coston wrote:
>
> Hello,
>
> I have an API that is displaying as below. However, I want it to show an 
> example of the format for the json string that the user is required to 
> enter with a larger box for the users to enter it. Is it possible to 
> specify any of this is my YAML?
>
>
>
> Here is my current YAML:
>
> paths:
>   /Plugin:
>     post:
>       tags:
>         - Plugin
>       summary: Upload Plugin
>       description: This can only be done by the logged in user.
>       operationId: createPlugin
>       consumes:
>       - "multipart/form-data"
>       produces:
>         - application/json
>         - application/xml
>       parameters:
>         - in: formData
>           name: json
>           description: Uploaded Plugin
>           required: true
>           type: string
>         - in: formData
>           name: jarFile
>           description: Jar File to upload
>           required: true
>           type: file
>         - in: formData
>           name: configFile
>           description: config File to upload
>           required: true
>           type: file
>       responses:
>         200:
>           description: successful operation
>
>
>
> Thanks!
> Jennifer
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to