krishnapemmaraj
3 years agoNew Contributor
{"message":"Please provide correct framework."}
I am executing API to create a Automation Task with the below Input
POST data:
{
"automationTool":"JUNIT",
"automationType":"UPLOAD",
"taskname":"Job1",
"cycleName":"Cycle1",
"folderName":"Folder1",
"appendDateTimeInCycleName":true,
"appendDateTimeInFolderName":true,
"versionName":"Unscheduled",
"projectKey":"AD",
"cycleStartingDate":"",
"cycleEndingDate":"",
"createNewCycle":true,
"createNewFolder":true,
"assigneeUser":"",
"jobDescription":"TEST AUTO",
}
but it is giving me the same error.
Could you please help