Hi,
I am uploading multiple test cases (10s of it) into XRAY using APIs.
Then I am using /test/{testKey}/steps endpoint to update the test steps (10s in a single test case).
Now, in total I will have to 100s of API request for doing this. Other alternative of importing the file is not feasible for me, as I am working on a specific platform which doesn't allow me to create a file (even in memory).
Can you help me?