Orchestrator SWAGGER API Call to upload a Library

Hi there,

I’m trying to create an automation to upload libraries to my orchestrator. If I use the Swagger web I can easily do it. However, I don’t know how to do that from my Studio.

I’m trying to use this “Orchestrator HTTP Request” activity, but I don’t know how to attach the file I want to upload.

My relative endpoint is “/odata/Libraries/UiPath.Server.Configuration.OData.UploadPackage”

I suspect I need something in this JSON Payload, but I don’t know what is that.

I appreciate any lights on this.

Cheers,

Try to use the HTTP Request activity instead.

The body will be multipart/form-data

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.