add_section
Add a new section to a TestRail project, optionally under a suite or parent section with a description.
Instructions
Create a new section
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| suite_id | No | Suite ID (optional) | |
| parent_id | No | Parent section ID (optional) | |
| name | Yes | Section name | |
| description | No | Section description (optional) |