Can I pass an unique name to the resulting test execution of a test set when called via UiPath REST API?

Hello,
I have a Test Manager project that contains multiple test sets.
I’m able to execute the test sets via the UiPath Test Manager API by passing the project ID and test set id in the REST URL. The resultant test execution has a generated name. I would like to modify this test execution name so that I can differentiate the execution called from the API from one run the QA tester via the UI.
I do see many properties in the response including ‘name’, ‘description’ etc. Swagger only shows one request property - executionType.
Is there any way to pass some data in the request so that i can identify the test execution as being called from REST API?

@mj75

Can you please specify the api end point you are using?

Also why not create different name for manual cases and then the automated can remain with default names

Cheers

Thanks, Anil_G. I’ll try your suggestion of creating a new test set with the same test case and call that with the REST API.

1 Like