@@ -1747,6 +1747,7 @@ def add_test_cases_to_suite(self, project, plan_id, suite_id, test_case_ids):
17471747 route_values ['suiteId' ] = self ._serialize .url ('suite_id' , suite_id , 'int' )
17481748 if test_case_ids is not None :
17491749 route_values ['testCaseIds' ] = self ._serialize .url ('test_case_ids' , test_case_ids , 'str' )
1750+ route_values ['action' ] = 'TestCases'
17501751 response = self ._send (http_method = 'POST' ,
17511752 location_id = 'a4a1ec1c-b03f-41ca-8857-704594ecf58e' ,
17521753 version = '4.0' ,
@@ -1771,6 +1772,7 @@ def get_test_case_by_id(self, project, plan_id, suite_id, test_case_ids):
17711772 route_values ['suiteId' ] = self ._serialize .url ('suite_id' , suite_id , 'int' )
17721773 if test_case_ids is not None :
17731774 route_values ['testCaseIds' ] = self ._serialize .url ('test_case_ids' , test_case_ids , 'int' )
1775+ route_values ['action' ] = 'TestCases'
17741776 response = self ._send (http_method = 'GET' ,
17751777 location_id = 'a4a1ec1c-b03f-41ca-8857-704594ecf58e' ,
17761778 version = '4.0' ,
@@ -1791,6 +1793,7 @@ def get_test_cases(self, project, plan_id, suite_id):
17911793 route_values ['planId' ] = self ._serialize .url ('plan_id' , plan_id , 'int' )
17921794 if suite_id is not None :
17931795 route_values ['suiteId' ] = self ._serialize .url ('suite_id' , suite_id , 'int' )
1796+ route_values ['action' ] = 'TestCases'
17941797 response = self ._send (http_method = 'GET' ,
17951798 location_id = 'a4a1ec1c-b03f-41ca-8857-704594ecf58e' ,
17961799 version = '4.0' ,
@@ -1814,6 +1817,7 @@ def remove_test_cases_from_suite_url(self, project, plan_id, suite_id, test_case
18141817 route_values ['suiteId' ] = self ._serialize .url ('suite_id' , suite_id , 'int' )
18151818 if test_case_ids is not None :
18161819 route_values ['testCaseIds' ] = self ._serialize .url ('test_case_ids' , test_case_ids , 'str' )
1820+ route_values ['action' ] = 'TestCases'
18171821 self ._send (http_method = 'DELETE' ,
18181822 location_id = 'a4a1ec1c-b03f-41ca-8857-704594ecf58e' ,
18191823 version = '4.0' ,
0 commit comments