What are the parameters that should be passed while creating a new release using Orchestrator API?

I’m getting an error stated : “Release is null”
image

Hi @Tharika

To get it working, you will have to provide all non-optional arguments as per this model:
https://platform.uipath.com/swagger/ui/index#!/Releases/Releases_Post

image