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 operationHi
It turns out this functionality isn't supported by the UI.
- Jennifer
Hi ,I am facing the same issue. Can you please provide an solution if you resolved it?
--
You received this message because you are subscribed to a topic in the Google Groups "Swagger" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/swagger-swaggersocket/w1_jPwWiGzE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and all its topics, send an email to swagger-swaggersocket+unsub...@googlegroups.com.