update_test_case_description
Update the description of a test case version by specifying the test case ID and new description text.
Instructions
Update the description field on a test case version (PUT …/testcases/{id}/versions/{no} with description).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | QMetry project ID (default: none) | |
| testCaseId | Yes | Internal id or key | |
| versionNo | No | ||
| description | Yes | New description text |