put https://{hostname}/test-management/v3/functional/test-suites//with-child-objects
Updates a test suite and included test cases and variables.
Responses
Updates a test suite and included test cases and variables.
xxxxxxxxxx
10curl --request PUT \
--url https://hostname/test-management/v3/functional/test-suites/testSuiteId/with-child-objects \
# Add Authorization header to this snippet
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"isLocked": true,
"isStateful": true
}
'
xxxxxxxxxx
160}
{
"configs": {
"propertyManager": {
"propertyId": 1234,
"propertyName": "config_user8",
"propertyVersion": 4
}
},
"createdBy": "jperez",
"createdDate": "2023-04-12T10:28:13+0000",
"executableTestCaseCount": 3,
"isLocked": true,
"isStateful": true,
"modifiedBy": "jperez",
"modifiedDate": "2023-04-12T10:28:14+0000",
"testCases": [
{
"clientProfile": {
"client": "CURL",
"ipVersion": "IPV4"
},
"condition": {
"conditionExpression": "Response header \"Content-Type\" has a value that ends with \"{{contentTypeValue}}\"",
"conditionExpressionResolved": "Response header \"Content-Type\" has a value that ends with \"json\""
},