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
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
multipart/form-dataTo upload new extensions
extensionsstring<binary>required
Response
application/jsonSuccessful operation
errorstring
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"
}