add_postman_collection_protocol_behavior
Add or update protocol profile behavior settings in a Postman collection to control features like body pruning and redirects.
Instructions
Add or update protocol profile behavior settings for the Postman collection
Args:
file_path: The path to the Postman collection file (string)
behavior: The protocolProfileBehavior dictionary (dict)
Example: {
"disableBodyPruning": true,
"followRedirects": false
}
Returns:
The updated Postman collection data (dict)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| behavior | Yes |