eitak
5 years agoNew Contributor
Automations Custom Format
I'm playing around with the Zephyr Scale API for the purposes of connecting it to automated tests. I've been trying to upload a custom format zip file per the documentation here, but I keep getting the following failure response:
{
"errorCode": 400,
"message": "Malformed zip archive",
"status": "Bad Request"
}
I'm using content-type = multipart/form-data and using Postman as my http agent. Is there any other documentation available about what this zip file is supposed to look like?