@apurvalost wrote:
Hi,
I’m trying to make a connector using uipath orchestrator api, But not able to solve following errors if someone can help me out will be appreciatedErrors
Semantic error at paths./{{tenant}}/{{service}}/odata/Machines
Declared path parameter “{tenant” needs to be defined as a path parameter at either the path or operation level
Jump to line 11
Semantic error at paths./{{tenant}}/{{service}}/odata/Machines
Declared path parameter “{service” needs to be defined as a path parameter at either the path or operation level
Jump to line 11
Semantic error at paths./{AccountLogicalName}/{ServiceInstanceLogicalName}/odata/Machines
Declared path parameter “AccountLogicalName” needs to be defined as a path parameter at either the path or operation level
Jump to line 13
Semantic error at paths./{AccountLogicalName}/{ServiceInstanceLogicalName}/odata/Machines
Declared path parameter “ServiceInstanceLogicalName” needs to be defined as a path parameter at either the path or operation level
Jump to line 13
Semantic error at paths./{AccountLogicalName}/{ServiceInstanceLogicalName}/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs
Declared path parameter “AccountLogicalName” needs to be defined as a path parameter at either the path or operation level
Jump to line 14
Semantic error at paths./{AccountLogicalName}/{ServiceInstanceLogicalName}/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs
Declared path parameter “ServiceInstanceLogicalName” needs to be defined as a path parameter at either the path or operation level
Jump to line 14
Posts: 3
Participants: 2