TestUploadFile interface
Methods
| delete(Request |
Delete file by the file name for a test |
| get(Request |
Get test file by the file name. |
| put(Test |
Upload input file for a given test name. File size can't be more than 50 MB. Existing file with same name for the given test will be overwritten. File should be provided in the request body as application/octet-stream. |
Method Details
delete(RequestParameters)
Delete file by the file name for a test
function delete(options?: RequestParameters): StreamableMethod<TestDeleteFile204Response | TestDeleteFileDefaultResponse>
Parameters
- options
- RequestParameters
Returns
get(RequestParameters)
Get test file by the file name.
function get(options?: RequestParameters): StreamableMethod<TestGetFile200Response | TestGetFileDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(TestUploadFileParameters)
Upload input file for a given test name. File size can't be more than 50 MB. Existing file with same name for the given test will be overwritten. File should be provided in the request body as application/octet-stream.
function put(options: TestUploadFileParameters): StreamableMethod<TestUploadFile201Response | TestUploadFileDefaultResponse>
Parameters
- options
- TestUploadFileParameters