gradle-intellij-plugin
1.13.0
gradle-intellij-plugin
/
org.jetbrains.intellij.utils
/
ToolboxEnterprisePluginRepositoryService
/
uploadByStringId
upload
By
String
Id
@
Multipart
@
POST
(
value
=
"/api/ij-plugins/upload"
)
abstract
override
fun
uploadByStringId
(
@
Part
(
value
=
"xmlId"
)
pluginXmlId
:
RequestBody
,
@
Part
(
value
=
"channel"
)
channel
:
RequestBody
?
,
@
Part
(
value
=
"notes"
)
notes
:
RequestBody
?
,
@
Part
file
:
MultipartBody.Part
)
:
Call
<
PluginUpdateBean
>