Forum Discussion

karthick1027's avatar
karthick1027
Frequent Visitor
3 years ago
Solved

Zephyr Scale REST API /rest/atm/1.0/testcase throws 500

I'm trying to create a test case for few projects, the create test case API works for other projects but throws 500 Internal Server Error without error message   POST /rest/atm/1.0/testcase HTTP/1...
  • abioneperhobby's avatar
    3 years ago

    try to send the mininum body,

     

    {
    "projectKey": "XXX",
    "name": "a test name"
    }