Modify an existing test suite
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | UUID of the test suite |
| Parameter | Type | Description |
|---|---|---|
name | string | New display name |
description | string | New description |
scenario_ids | array | New array of scenario UUIDs |
| Field | Type | Description |
|---|---|---|
id | string | Test suite UUID |
name | string | Display name |
description | string | Description (or null) |
scenario_ids | array | Array of scenario UUIDs |
scenario_count | number | Number of scenarios in the suite |
created_at | string | ISO-8601 creation timestamp |
updated_at | string | ISO-8601 last update timestamp |
| Code | Description |
|---|---|
NOT_FOUND | Test suite not found |
MISSING_REQUIRED_FIELD | At least one field is required |
INVALID_FIELD_VALUE | scenario_ids must be a non-empty array |
ALREADY_EXISTS | A test suite with this name already exists |