Error response from Zephyr Squad API when creating folder under cycle
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2022
12:07 AM
05-20-2022
12:07 AM
Error response from Zephyr Squad API when creating folder under cycle
Hello,
While trying to use the API provided here:
- to create a folder under a cycle by calling (HTTP POST) this endpoint <base_url>/rest/zapi/latest/folder/create with the following JSON structure:
{
"versionId":"-1",
"cycleId":"13337",
"name":"mytest",
"projectId":"13337",
"clonedFolderId": -1
}
- I recieve an unexpected error response:
{
"error": "Error while processing the request, please try after sometime."
}
This response does not seem to be covered in the above-mentioned documentation, and I haven't come across this error when using other endpoints. I am therefore left wondering, what might cause this error. If anyone has any clue, then I'd be happy to hear it. I'll also look further into this and post the reason if it's ever found.
Thanks in advance!
Labels:
- Labels:
-
APIs
-
Cloud
-
documentation
-
Test Cycle
-
Test Execution
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023
07:41 PM
01-10-2023
07:41 PM
Hi!
Just use this Body:
{
"cycleId": 13337,
"name": "testfolder",
"projectId": 35830,
"versionId": 72868
}
Regards, Hans
Regards, Hans
