post https://{hostname}/test-management/v2/functional/requirements//associations/test-suites/associate
Associates a list of test suites with a requirement. You can associate a test suite with either a requirement or a config version. It can't be associated with both of them at the same time. If you need to associate a particular test suite with both, a requirement and a config version, you can clone the created test suite. See Clone test suites. The operation responds with a partial-success 207 response that consists of two arrays, successes
and failures
. The successes
array lists unique identifiers of test suites associated successfully, whereas the failures
array provides details on any remainders that failed.
Associate test suites with a requirement
Open Recipe