{ "opencollection": "1.0.0", "info": { "name": "JetBrains Hub REST Activities Plugin Upload API", "version": "2024.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Plugin Upload", "type": "folder" }, "items": [ { "info": { "name": "JetBrains Upload Plugin", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.youtrack.cloud/hub/api/rest/api/updates/upload", "body": { "type": "multipart-form", "data": [ { "name": "pluginId", "type": "text", "value": "" }, { "name": "file", "type": "text", "value": "" }, { "name": "channel", "type": "text", "value": "" } ] }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Uploads a new plugin or plugin update to the marketplace." } ] } ], "bundled": true }