add_postman_collection_folder
Add a folder to a Postman collection by specifying the file path and folder name, with optional items to include.
Instructions
Add a folder to the Postman collection
Args:
file_path: The path to the Postman collection file (string)
folder_name: The name of the folder (string)
items: Optional list of item dictionaries to add to the folder (list of dicts)
Returns:
The updated Postman collection data (dict)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| folder_name | Yes | ||
| items | No |