update_folder
Update a folder's name and description in Zephyr test cycles. Specify folder, cycle, project, version and supply optional fields to modify.
Instructions
Update a folder's name and/or description.
The API requires the folder's full context, so cycle_id and
project/version (which accept keys/names or ids — prefer ids when you
have them, to skip a lookup; -1 = Unscheduled) must be supplied alongside
folder_id, the
numeric ID from list_cycle_folders.
Only the optional fields you pass are sent; omit one to leave it
unchanged. Returns {id, responseMessage}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| cycle_id | Yes | ||
| project | Yes | ||
| version | Yes | ||
| name | No | ||
| description | No |