steveAZ
31 days agoNew Contributor
Update testrun with server REST API
I have created a testrun using the server REST API and would like to add more test cases to it. i do not see any API to modify an existing TestRun (Test Cycle) once it has been created.
Is there a way to update the Test Run after it was created?
/testrun has a POST API but the
/testrun/{testRunKey} only has DELETE and GET