update_test_suite_items
Replace items in a test suite with static or dynamic groups, specifying test case IDs, scenario IDs, or a folder ID to include all from.
Instructions
Replace items in a test suite. Each item is a group with a UUID, a type, and a nested array of references. For STATIC_TEST_CASE: provide testCaseIds (array of test case IDs). For STATIC_TEST_SCENARIO: provide testScenarioIds (array of scenario IDs). For DYNAMIC_TEST_CASE / DYNAMIC_TEST_SCENARIO: provide folderId to dynamically include all from that folder. This does a GET-then-merge so existing suite fields are preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Item groups to set in the suite | |
| suiteId | Yes | The test suite ID |