createCollectionRequest
Adds a new API request to a Postman collection, enabling you to organize and manage API calls within your workspace.
Instructions
Creates a request in a collection. For a complete list of properties, refer to the Request entry in the Postman Collection Format documentation.
Note:
It is recommended that you pass the `name` property in the request body. If you do not, the system uses a null value. As a result, this creates a request with a blank name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionId | Yes | The collection's ID. | |
| folderId | No | The folder ID in which to create the request. By default, the system will create the request at the collection level. | |
| name | No | The request's name. It is recommended that you pass the `name` property in the request body. If you do not, the system uses a null value. As a result, this creates a request with a blank name. |