forge_unit_test_set_update
Update a unit test set's name, description, test runs, or tags by providing only the fields to change.
Instructions
Update a unit test set. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_test_set_id | Yes | The unit test set ID to update | |
| name | No | Updated name | |
| description | No | Updated description | |
| unit_test_runs | No | Unit test runs included in this set | |
| tags | No | Tags (alphanumeric keys and values, no hyphens or special characters) | |
| org_id | No | Org ID (uses active org if omitted) |