コード例 #1
0
ファイル: QaseAPI.cs プロジェクト: qase-tms/qase-net-api
 public async Task <TestPlanResponse> UpdateTestPlanAsync(string code, int id, TestPlanRequest testPlanRequest)
 {
     return(await _api.UpdateTestPlan(_api_token, code, id, testPlanRequest));
 }