Update Test Plan
Endpoint Information
Path Variables
Parameter
Type
Required
Description
Request Body Table
{
"id": 13,
"project_id": 15,
"company_id": 1,
"plan_name": "UpdatedPlan",
"group_plan": false,
"description": "",
"enabled": true,
"plan_parallel_test_limit": 1,
"scenarios": [
16
],
"period": {
"period_type": "MANUAL",
"days_of_week": "2,3,4,5,6,7,1",
"repeat_period": 60
},
"alerts": [],
"alerts_enabled": false,
"failed_test_retry_count": 0,
"screen_shot_type": "YES",
"video_enabled": true,
"environments": [
{
"id": 15
}
],
"clear_app_data": false,
"fetch_app_files": []
}Parameter
Type
Required
Description
Response Body Table
Field
Type
Description
Error Codes
HTTP Code
Error Message
Description
Example Request
Last updated