extensions › Upload new extensions in zip format to our lambda storage
extensions
Upload new extensions in zip format to our lambda storage Upload new extensions in zip format to our lambda storage
Upload new extensions in zip format to our lambda storage curl -- request POST \
-- url "https://api.lambdatest.com/automation/api/v1/files/extensions" \
-- header "Authorization: Basic <encoded-value>" \
-- header "Content-Type: multipart/form-data" \
-- form 'extensions=<extensions>'
{
"error" : "" ,
"s3_url" : "https://automation-prod-user-files.s3.amazonaws.com/extensions/orgId-123456/extension_1.zip" ,
"message" : "File have been uploaded successfully to our lambda storage"
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body multipart/form-data To upload new extensions
extensions string<binary> required
Response 200▼
application/json Successful operation
error string
error message if there is any error in uploading file. If file upload is success, then it will empty
Upload new extensions in zip format to our lambda storage curl -- request POST \
-- url "https://api.lambdatest.com/automation/api/v1/files/extensions" \
-- header "Authorization: Basic <encoded-value>" \
-- header "Content-Type: multipart/form-data" \
-- form 'extensions=<extensions>'
{
"error" : "" ,
"s3_url" : "https://automation-prod-user-files.s3.amazonaws.com/extensions/orgId-123456/extension_1.zip" ,
"message" : "File have been uploaded successfully to our lambda storage"
}