Update Test Layer
update_test_layerUpdate an existing test layer's name by specifying its ID and new name. Confirmation is required before the change is applied to prevent accidental modifications.
Instructions
Update an existing test layer's name. ⚠️ CAUTION: Destructive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New name for the test layer. | |
| confirm | No | Must be set to True to proceed with update. Safety measure. | |
| layer_id | Yes | ID of the test layer to update. | |
| project_id | No | Allure TestOps project ID. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| action | No | Requested operation name. | |
| changed | No | ||
| layer_id | No | ||
| requires_confirmation | No |