sleepyboy
4 years agoVisitor
Error Code 104 on a GET Request
Hi,
I have been trying to perform a GET Request on the `Get List of Linked Executions To Issue` end point and seem to be having a lot of issues
I am using the console on the zephyrsquad.docs to test out my api calls and I encounter a 104 errorCode. From what I have seen online, this errorCode primary pops up during POST request and requires me to change the data in my body, but that should not apply to a GET request. I am also sure that my JWT Token is generated correctly. Could there be an error with the action I am trying to pass in?
Thanks in advance