Update a test suite

PUT https://{{host}}/test-management/v3/functional/test-suites/:testSuiteId

Updates basic settings of a test suite. To edit test cases and variables, run the Update a test suite with child objects operation.

Request Params

KeyDatatypeRequiredDescription
accountSwitchKeystring(Optional) For 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.

Request Body

{"configs"=>{"propertyManager"=>{"propertyId"=>1234, "propertyVersion"=>4}}, "isLocked"=>true, "isStateful"=>false, "testSuiteDescription"=>"This test suite performs basic check of www.user8.example.com", "testSuiteName"=>"Updated sanity suite"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"configs":{"propertyManager":{"propertyId":1234,"propertyName":"config_user8","propertyVersion":4}},"createdBy":"hgildong","createdDate":"2019-10-30T12:09:37+0000","executableTestCaseCount":1,"isLocked":true,"isStateful":false,"modifiedBy":"hgildong","modifiedDate":"2019-10-30T12:10:03+0000","testSuiteDescription":"This test suite performs basic check of www.user8.example.com","testSuiteId":284,"testSuiteName":"Updated sanity suite"}