Make a package active via API call

Hello,

Is there a way to make a particular package version active on orchestrator? I have seen that we can upload the package with http request, but is there a call that I can make to make a particular version active?

have a look at this endpoint
/odata/Releases({key})/UiPath.Server.Configuration.OData.UpdateToLatestPackageVersion

1 Like

@Andrija

You have one for that

check the swagger

https://<Orch url>/swagger/index.html

cheers

1 Like

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