There was an error while loading. Please reload this page.
Back to AIQ API Guide | Home
Note: Draft content, work in progress
URL: /platform/v1/projects/[project_id]/testcases/[testcase_id]/updateLveAndRecoverSteps Method: POST Hearders Authorization: "Bearer [auth_token]" Content-Type: "application/json"
We need to send both recoverSteps and brokenDownSteps for this operation
{ "recoverSteps": [ { "data": "https://www.google.com/search?q=usa+time", "instr": "open website", "expectedResults": "", "xpath": "", "stepId": "" }, { "data": "london", "instr": "Enter text", "columnName": "", "expectedResults": "", "xpath": "", "stepId": "" }, { "data": "", "instr": "Hit Enter", "columnName": "", "expectedResults": "", "xpath": "", "stepId": "" } ], "brokenDownSteps": [] }
Response body is empty for this request