boku
6 years agoFrequent Visitor
Zephyr: Update test status
Hi all,
I am working throughthe Zephyr REST API and having an issue when trying to update a test case's step.
The API says to make the following call:
http://localhost:80/flex/services/rest/latest/testcase/tcVersionId/teststep/detail/tctId
Link to API: https://zephyr64.docs.apiary.io/#reference/teststep/update-teststep/update-teststep
I change out "localhost" to my server.
replace tcVersionID with 39
and
tctId with 5
but when I make the call, I get back error 500 from the server
(I configured this is an authenticated PUT request)
Any ideas why I am getting the error 500?