I am trying to update the asset in orchestrator. I was not successful in updating the asset , when i check the logs i can see error 404 which is not so descriptive. Can any one share the sample .xaml file which has functionality to update asset in orchestrator.
I have used ‘Http client’ activity to update the asset in orchestrator.
Activity properties are as below:
Input - endpoint:“https://platform.uipath.com/odata/Assets(_ID_)”
Method - PUT
Headers -
Authorization : “Bearer” + Token (token is variable having authentication token information.)
Content-Type: “Application/json”