toggle menu
IntelliJPlatformGradlePlugin
2.0.0
jvm
switch theme
search in API
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.utils
/
IdeServicesPluginRepositoryService
/
uploadById
upload
By
Id
@
Multipart
@
POST
(
value
=
"/api/ij-plugins/upload"
)
abstract
override
fun
uploadById
(
@
Part
(
value
=
"pluginId"
)
pluginId
:
Int
,
@
Part
(
value
=
"channel"
)
channel
:
RequestBody
?
,
@
Part
(
value
=
"notes"
)
notes
:
RequestBody
?
,
@
Part
(
value
=
"isHidden"
)
isHidden
:
Boolean
,
@
Part
file
:
MultipartBody.Part
)
:
Call
<
PluginUpdateBean
>