Forum Discussion

eitak's avatar
eitak
New Contributor
3 years ago
Solved

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?

5 Replies

    • eitak's avatar
      eitak
      New Contributor

      Ah ha! Postman was defaulting to a capital F rather than lower case.  Changing "File" to "file" solved it.

    • SuboohiShaheen's avatar
      SuboohiShaheen
      New Contributor

      Hello,

      I am also trying to attach result in Zephyr cloud. I am using ReadyAPI/SOAPUI tool. even if I follow the steps you mention I get the attached error.

      Can you suggest what is the request body that you are sending?

      • chicofaccin's avatar
        chicofaccin
        New Contributor

        I was not able to see the entire message. But it looks like something regarding the projectKey. Could you please paste here the entire error message?