UploadTestSuiteTestCaseFile
This method can be used for the following: Upload a Test Suite Test Case file;
Last updated
POST /api/ss/testsuites/:testsuiteId/testcase/5e8017d2e1385f0c58e8f4f8/file HTTP/1.1curl -X POST 'https://localhost:3000/api/ss/testsuites/5f63de24fa1c9208d3e140b0/testcase/5e8017d2e1385f0c58e8f4f8/file' -H 'Host: localhost:3000' -H 'X-SSAPI-KEY: ***************************************' -F "file=@evidence.png" {
"status": "File Uploaded"
}