Create a module
qtest_create_moduleCreate a Test Design module (folder) in qTest. Specify parentId to nest it, or omit to create at the root.
Instructions
Create a Test Design module (folder). Omit parentId to create at the root, or supply parentId to nest it under an existing module.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Module name. | |
| parentId | No | Parent module ID. Omit for a root module. | |
| projectId | Yes | Numeric project ID. | |
| description | No | Optional description. |