Robot Credentials Update Using API,UiPath-HTTP Request

@ClaytonM @ovi @andrzej.kniola @aksh1yadav @ddpadil @vvaidya @badita

Hi,

I am trying to update a Robot credential using Orchestrator API. I tried to do it using the HTTP Request built in but couldn’t get it to work.

The issue I am facing is that I am unable to pass in “Username” and “Password” Parameters in the body of the HTTP request. Since “Username” and "Password are already present as Arguments for Simple Authentication, I am unable to add them in the Parameters list.

The error I get is: A variable,RunTimeArguement or a DelegateArguement already exists with name “Username” in scope.Names must be unique in Environment Scope.

A variable,RunTimeArguement or a DelegateArguement already exists with name “Password” in scope.Names must be unique in Environment Scope.

Any ideas on how to overcome it other than writing custom .NET code?

Orchestrator Version. 2017.1.6547

Hi,
@ Praveen: is the above issue resolved. iam also looking for solution to update Robot credentials using API. if yes,can you please share the fix