Skip to content
Search
K
Main Navigation
Learn
Resources
Official Apps
API Reference
Release Notes
Appearance
Menu
Return to top
Install app version
PUT
/resources/apps
Request Body
multipart/form-data
Schema
object
package
string
Format
"binary"
Responses
200
400
401
403
OK
Content-Type
text/plain
Schema
JSON
JSON
{
"id"
:
"string"
,
"name"
:
"string"
,
"description"
:
"string"
,
"authors"
:
[
"string"
]
,
"currentVersion"
:
"string"
,
"installedVersions"
:
[
"string"
]
,
"files"
:
[
{
"path"
:
"string"
,
"size"
:
0
,
"mimeType"
:
"string"
,
"metadata"
:
{
"additionalProperties"
:
"string"
}
}
]
,
"settingDefinitions"
:
{
"additionalProperties"
:
{
"label"
:
{
"additionalProperties"
:
"string"
}
,
"description"
:
{
"additionalProperties"
:
"string"
}
,
"secret"
:
true
,
"editor"
:
"string"
}
}
}
PUT
/resources/apps
Samples