create_folder
Create a folder in a Postman collection by supplying the collection UID and folder name, and optionally a parent folder for nesting.
Instructions
Create a new folder in a collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderName | Yes | Name of the folder to create | |
| parentFolder | No | Parent folder path (optional) | |
| collectionUid | Yes | The UID of the collection |