Update a test suite with child objectsput https://{hostname}/test-management/v3/functional/test-suites/{testSuiteId}/with-child-objectsUpdates a test suite and included test cases and variables.Path ParamstestSuiteIdintegerrequiredIdentifies a test suite. To get this value, run the List test suites operation.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsconfigsobjectSpecifies the Property Manager property associated with the test suite, if applicable.configs objectexecutableTestCaseCountinteger≥ 0Number of included test cases executable in a test run. To learn more, see Variable groups.isLockedbooleanrequiredLocks the test suite so that only designated owners or editors can modify it.truefalseisStatefulbooleanrequiredRuns the test suite statefully, retaining cookies and session data for subsequent test cases within the test suite.truefalsetestCasesarray of objectslength ≥ 0Lists test cases included in the test suite.testCasesADD objecttestSuiteDescriptionstringlength between 1 and 4000Description of the test suite, when available.testSuiteNamestringrequiredlength between 1 and 100Unique name for each test suite.variablesarraylength ≥ 0Lists variables included in the test suite.variablesADD Single variable | Variable groupHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response provides the updated test suite with child objects. 400Validation errors. 403Authorization error. 404Resource not found error.Updated about 1 month ago